Color Hex Logo

#dfb02b Color Hex

#DFB02B
(223,176,43)
0 Favorites   0 Comments

Color spaces of #dfb02b

RGB 22317643
HSL0.120.740.52
HSV44°81°87°
CMYK 0.000.210.81   0.13
XYZ46.392846.91318.8955
Yxy46.91310.45390.4590
Hunter Lab68.49311.041340.2449
CIE-Lab74.13415.168468.6210

#dfb02b color RGB value is (223,176,43).

#dfb02b hex color red value is 223, green value is 176 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dfb02b hue: 0.12 , saturation: 0.74 and the lightness value of dfb02b is 0.52.

The process color (four color CMYK) of #dfb02b color hex is 0.00, 0.21, 0.81, 0.13. Web safe color of #dfb02b is #cc9933. Color #dfb02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00101011
Octal 337 260 53
Decimal 223 176 43
Hex DF B0 2B

RGB Percentages of Color #dfb02b

%50.45
%39.82
%9.73

CMYK Percentages of Color #dfb02b

%0
%21
%81
%13

Triadic Colors of #dfb02b

#dfb02b #2bdfb0 #b02bdf

Analogous Colors of #dfb02b

#dfb02b #b4df2b #df562b

Monochromatic Colors of #dfb02b

#dfb02b

Complementary Color

#dfb02b #2b5adf

#dfb02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb02b Color CSS Codes

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

#dfb02b Text Font Color

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

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


#dfb02b Background Color

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

This div background color is #dfb02b


#dfb02b Border Color

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

This div border color is #dfb02b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,176,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfb02b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfb02b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb02b;
  box-shadow:         1px 1px 3px 2px #dfb02b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,176,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb02b


Comments

No comments written yet.

Please login to write comment.