color codes Logo

#dfb45a color codes

#DFB45A
(223,180,90)
0 Favorites   0 Comments

Color spaces of #dfb45a

RGB 22318090
HSL0.110.680.61
HSV41°60°87°
CMYK 0.000.190.60   0.13
XYZ48.598149.068716.5827
Yxy49.06870.42540.4295
Hunter Lab70.04911.252534.9986
CIE-Lab75.49405.448350.9425

#dfb45a color RGB value is (223,180,90).

#dfb45a hex color red value is 223, green value is 180 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dfb45a hue: 0.11 , saturation: 0.68 and the lightness value of dfb45a is 0.61.

The process color (four color CMYK) of #dfb45a color code is 0.00, 0.19, 0.60, 0.13. Web safe color of #dfb45a is #cccc66. Color #dfb45a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 01011010
Octal 337 264 132
Decimal 223 180 90
Hex DF B4 5A

RGB Percentages of Color #dfb45a

%45.23
%36.51
%18.26

CMYK Percentages of Color #dfb45a

%0
%19
%60
%13

Triadic Colors of #dfb45a

#dfb45a #5adfb4 #b45adf

Analogous Colors of #dfb45a

#dfb45a #c8df5a #df725a

Monochromatic Colors of #dfb45a

#dfb45a

Complementary Color

#dfb45a #5a85df

#dfb45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb45a Color CSS Codes

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

#dfb45a Text Font Color

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

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


#dfb45a Background Color

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

This div background color is #dfb45a


#dfb45a Border Color

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

This div border color is #dfb45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb45a


Comments

No comments written yet.

Please login to write comment.