#DFB197

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

Shades of Pancho #DFB197

Tints of Pancho #DFB197

Color information

#DFB197 (or 0xDFB197) is unknown color: approx Pancho. HEX triplet: DF, B1 and 97. RGB value is (223,177,151). Sum of RGB (Red+Green+Blue) = 223+177+151=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB197 is #204E68. Grayscale: #BBBBBB. Windows color (decimal): -2117225 or 9941471. OLE color: 9941471.

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

Color convert

RGB223177151-
CMYK00.210.320.13
HSL21.67º52.94%73.33%-
HSV(B)21.67º32.29%87.45%-
XYZ51.7449.3736.08-
YUV187.79107.24153.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=40.47%
G=32.12%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317715100.210.320.1321.6752.9473.33
HexDFB19701520D163549
Octal33726122702540152665111
Binary1101111110110001100101110101011000001101101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB197; }

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

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

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

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

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

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

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

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