Color Hex Logo

#ddbc2f Color Hex

#DDBC2F
(221,188,47)
0 Favorites   0 Comments

Color spaces of #ddbc2f

RGB 22118847
HSL0.140.720.53
HSV49°79°87°
CMYK 0.000.150.79   0.13
XYZ48.315151.543810.0918
Yxy51.54380.43940.4688
Hunter Lab71.7940-5.514741.9216
CIE-Lab77.0072-1.851769.8467

#ddbc2f color RGB value is (221,188,47).

#ddbc2f hex color red value is 221, green value is 188 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ddbc2f hue: 0.14 , saturation: 0.72 and the lightness value of ddbc2f is 0.53.

The process color (four color CMYK) of #ddbc2f color hex is 0.00, 0.15, 0.79, 0.13. Web safe color of #ddbc2f is #cccc33. Color #ddbc2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00101111
Octal 335 274 57
Decimal 221 188 47
Hex DD BC 2F

RGB Percentages of Color #ddbc2f

%48.46
%41.23
%10.31

CMYK Percentages of Color #ddbc2f

%0
%15
%79
%13

Triadic Colors of #ddbc2f

#ddbc2f #2fddbc #bc2fdd

Analogous Colors of #ddbc2f

#ddbc2f #a7dd2f #dd652f

Monochromatic Colors of #ddbc2f

#ddbc2f

Complementary Color

#ddbc2f #2f50dd

#ddbc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc2f Color CSS Codes

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

#ddbc2f Text Font Color

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

This sample text font color is #ddbc2f
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.


#ddbc2f Background Color

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

This div background color is #ddbc2f


#ddbc2f Border Color

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

This div border color is #ddbc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc2f


Comments

No comments written yet.

Please login to write comment.