#DFBD97

Color #DFBD97 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DFBD97

Tints of Pancho #DFBD97

Color information

#DFBD97 (or 0xDFBD97) is unknown color: approx Pancho. HEX triplet: DF, BD and 97. RGB value is (223,189,151). Sum of RGB (Red+Green+Blue) = 223+189+151=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD97 is #204268. Grayscale: #C3C3C3. Windows color (decimal): -2114153 or 9944543. OLE color: 9944543.

HSL color Cylindrical-coordinate representation of color #DFBD97: hue angle of 31.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFBD97 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223189151-
CMYK00.150.320.13
HSL31.67º52.94%73.33%-
HSV(B)31.67º32.29%87.45%-
XYZ54.2154.3236.91-
YUV194.83103.26148.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=39.61%
G=33.57%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318915100.150.320.1331.6752.9473.33
HexDFBD970F20D203549
Octal33727522701740154065111
Binary1101111110111101100101110111110000011011000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD97; }

 p { color: rgb(223,189,151); }

 H1.HeaderClassName
 {
   color: #DFBD97;
 }
 .AnyTagClassName
 {
   color: #DFBD97;
 }
</style>
background-color css

<style>
 a { background-color: #DFBD97; }

 a { background-color: rgb(223,189,151); }

 div.DivClassName
 {
   background-color: #DFBD97;
 }
 .BgClassName
 {
   background-color: #DFBD97;
 }
</style>
border-color css

<style>
 span { border-color: #DFBD97; }

 span { border-color: rgb(223,189,151); }

 td.TdClassName
 {
   border-color: #DFBD97;
 }
 .TagClassName
 {
   border-color: #DFBD97;
 }
</style>