Color Hex Logo

#dfb12d Color Hex

#DFB12D
(223,177,45)
0 Favorites   0 Comments

Color spaces of #dfb12d

RGB 22317745
HSL0.120.740.53
HSV44°80°87°
CMYK 0.000.210.80   0.13
XYZ46.627247.32179.1591
Yxy47.32170.45220.4590
Hunter Lab68.79080.605640.2594
CIE-Lab74.39514.705668.2219

#dfb12d color RGB value is (223,177,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 00101101
Octal 337 261 55
Decimal 223 177 45
Hex DF B1 2D

RGB Percentages of Color #dfb12d

%50.11
%39.78
%10.11

CMYK Percentages of Color #dfb12d

%0
%21
%80
%13

Triadic Colors of #dfb12d

#dfb12d #2ddfb1 #b12ddf

Analogous Colors of #dfb12d

#dfb12d #b4df2d #df582d

Monochromatic Colors of #dfb12d

#dfb12d

Complementary Color

#dfb12d #2d5bdf

#dfb12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb12d Color CSS Codes

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

#dfb12d Text Font Color

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

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


#dfb12d Background Color

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

This div background color is #dfb12d


#dfb12d Border Color

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

This div border color is #dfb12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb12d


Comments

No comments written yet.

Please login to write comment.