#DFBB97

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

Shades of Pancho #DFBB97

Tints of Pancho #DFBB97

Color information

#DFBB97 (or 0xDFBB97) is unknown color: approx Pancho. HEX triplet: DF, BB and 97. RGB value is (223,187,151). Sum of RGB (Red+Green+Blue) = 223+187+151=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB97 is #204468. Grayscale: #C1C1C1. Windows color (decimal): -2114665 or 9944031. OLE color: 9944031.

HSL color Cylindrical-coordinate representation of color #DFBB97: hue angle of 30º 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 #DFBB97 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223187151-
CMYK00.160.320.13
HSL30º52.94%73.33%-
HSV(B)30º32.29%87.45%-
XYZ53.7953.4636.76-
YUV193.66103.93148.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=39.75%
G=33.33%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318715100.160.320.133052.9473.33
HexDFBB9701020D1e3549
Octal33727322702040153665111
Binary1101111110111011100101110100001000001101111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB97; }

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

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

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

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

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

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

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

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