#DFB697

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

Shades of Pancho #DFB697

Tints of Pancho #DFB697

Color information

#DFB697 (or 0xDFB697) is unknown color: approx Pancho. HEX triplet: DF, B6 and 97. RGB value is (223,182,151). Sum of RGB (Red+Green+Blue) = 223+182+151=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB697 is #204968. Grayscale: #BEBEBE. Windows color (decimal): -2115945 or 9942751. OLE color: 9942751.

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

Color convert

RGB223182151-
CMYK00.180.320.13
HSL25.83º52.94%73.33%-
HSV(B)25.83º32.29%87.45%-
XYZ52.7551.3836.42-
YUV190.72105.58151.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=40.11%
G=32.73%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318215100.180.320.1325.8352.9473.33
HexDFB69701220D1a3549
Octal33726622702240153265111
Binary1101111110110110100101110100101000001101110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB697; }

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

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

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

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

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

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

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

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