Color Hex Logo

#dfb568 Color Hex

#DFB568
(223,181,104)
0 Favorites   0 Comments

Color spaces of #dfb568

RGB 223181104
HSL0.110.650.64
HSV39°53°87°
CMYK 0.000.190.53   0.13
XYZ49.454049.735220.0900
Yxy49.73520.41460.4170
Hunter Lab70.52321.756632.4762
CIE-Lab75.90646.004344.5997

#dfb568 color RGB value is (223,181,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 01101000
Octal 337 265 150
Decimal 223 181 104
Hex DF B5 68

RGB Percentages of Color #dfb568

%43.90
%35.63
%20.47

CMYK Percentages of Color #dfb568

%0
%19
%53
%13

Triadic Colors of #dfb568

#dfb568 #68dfb5 #b568df

Analogous Colors of #dfb568

#dfb568 #cedf68 #df7a68

Monochromatic Colors of #dfb568

#dfb568

Complementary Color

#dfb568 #6892df

#dfb568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb568 Color CSS Codes

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

#dfb568 Text Font Color

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

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


#dfb568 Background Color

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

This div background color is #dfb568


#dfb568 Border Color

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

This div border color is #dfb568


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,181,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 #dfb568">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb568


Comments

No comments written yet.

Please login to write comment.