Color Hex Logo

#dfb468 Color Hex

#DFB468
(223,180,104)
0 Favorites   0 Comments

Color spaces of #dfb468

RGB 223180104
HSL0.110.650.64
HSV38°53°87°
CMYK 0.000.190.53   0.13
XYZ49.251449.330020.0225
Yxy49.33000.41530.4159
Hunter Lab70.23532.258532.2625
CIE-Lab75.65626.533144.2959

#dfb468 color RGB value is (223,180,104).

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

The process color (four color CMYK) of #dfb468 color hex is 0.00, 0.19, 0.53, 0.13. Web safe color of #dfb468 is #cccc66. Color #dfb468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 01101000
Octal 337 264 150
Decimal 223 180 104
Hex DF B4 68

RGB Percentages of Color #dfb468

%43.98
%35.50
%20.51

CMYK Percentages of Color #dfb468

%0
%19
%53
%13

Triadic Colors of #dfb468

#dfb468 #68dfb4 #b468df

Analogous Colors of #dfb468

#dfb468 #cfdf68 #df7968

Monochromatic Colors of #dfb468

#dfb468

Complementary Color

#dfb468 #6893df

#dfb468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb468 Color CSS Codes

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

#dfb468 Text Font Color

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

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


#dfb468 Background Color

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

This div background color is #dfb468


#dfb468 Border Color

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

This div border color is #dfb468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb468


Comments

No comments written yet.

Please login to write comment.