Color Hex Logo

#ddbf09 Color Hex

#DDBF09
(221,191,9)
0 Favorites   0 Comments

Color spaces of #ddbf09

RGB 2211919
HSL0.140.920.45
HSV52°96°87°
CMYK 0.000.140.96   0.13
XYZ48.498952.65357.8654
Yxy52.65350.44490.4830
Hunter Lab72.5627-7.680444.3672
CIE-Lab77.6700-4.202978.2053

#ddbf09 color RGB value is (221,191,9).

#ddbf09 hex color red value is 221, green value is 191 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ddbf09 hue: 0.14 , saturation: 0.92 and the lightness value of ddbf09 is 0.45.

The process color (four color CMYK) of #ddbf09 color hex is 0.00, 0.14, 0.96, 0.13. Web safe color of #ddbf09 is #cccc00. Color #ddbf09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 00001001
Octal 335 277 11
Decimal 221 191 9
Hex DD BF 9

RGB Percentages of Color #ddbf09

%52.49
%45.37
%2.14

CMYK Percentages of Color #ddbf09

%0
%14
%96
%13

Triadic Colors of #ddbf09

#ddbf09 #09ddbf #bf09dd

Analogous Colors of #ddbf09

#ddbf09 #91dd09 #dd5509

Monochromatic Colors of #ddbf09

#ddbf09

Complementary Color

#ddbf09 #0927dd

#ddbf09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbf09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbf09 Color CSS Codes

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

#ddbf09 Text Font Color

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

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


#ddbf09 Background Color

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

This div background color is #ddbf09


#ddbf09 Border Color

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

This div border color is #ddbf09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbf09


Comments

No comments written yet.

Please login to write comment.