color codes Logo

#ddba1b color codes

#DDBA1B
(221,186,27)
0 Favorites   0 Comments

Color spaces of #ddba1b

RGB 22118627
HSL0.140.780.49
HSV49°88°87°
CMYK 0.000.160.88   0.13
XYZ47.575550.56918.2902
Yxy50.56910.44700.4751
Hunter Lab71.1120-5.025442.8664
CIE-Lab76.4173-1.355374.5722

#ddba1b color RGB value is (221,186,27).

#ddba1b hex color red value is 221, green value is 186 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ddba1b hue: 0.14 , saturation: 0.78 and the lightness value of ddba1b is 0.49.

The process color (four color CMYK) of #ddba1b color code is 0.00, 0.16, 0.88, 0.13. Web safe color of #ddba1b is #cccc33. Color #ddba1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 00011011
Octal 335 272 33
Decimal 221 186 27
Hex DD BA 1B

RGB Percentages of Color #ddba1b

%50.92
%42.86
%6.22

CMYK Percentages of Color #ddba1b

%0
%16
%88
%13

Triadic Colors of #ddba1b

#ddba1b #1bddba #ba1bdd

Analogous Colors of #ddba1b

#ddba1b #9fdd1b #dd591b

Monochromatic Colors of #ddba1b

#ddba1b

Complementary Color

#ddba1b #1b3edd

#ddba1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba1b Color CSS Codes

.mybgcolor {background-color:#ddba1b; } 
.myforecolor {color:#ddba1b; }
.mybordercolor {border:3px solid #ddba1b; }

#ddba1b Text Font Color

<p style="color:#ddba1b">Text here</p>

This sample text font color is #ddba1b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddba1b Background Color

<div style="background-color:#ddba1b">
Div content here</div>

This div background color is #ddba1b


#ddba1b Border Color

<div style="border:3px solid #ddba1b">
Div here</div>

This div border color is #ddba1b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,186,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddba1b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddba1b;
  -webkit-box-shadow: 1px 1px 3px 2px #ddba1b;
  box-shadow:         1px 1px 3px 2px #ddba1b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,186,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddba1b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddba1b;
  -webkit-box-shadow: 1px 1px 3px 2px #ddba1b;
  box-shadow:         1px 1px 3px 2px #ddba1b;">
Div content here</div>

This div box has shadow with color #ddba1b


Comments

No comments written yet.

Please login to write comment.