#DFBF97

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

Shades of Pancho #DFBF97

Tints of Pancho #DFBF97

Color information

#DFBF97 (or 0xDFBF97) is unknown color: approx Pancho. HEX triplet: DF, BF and 97. RGB value is (223,191,151). Sum of RGB (Red+Green+Blue) = 223+191+151=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF97 is #204068. Grayscale: #C4C4C4. Windows color (decimal): -2113641 or 9945055. OLE color: 9945055.

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

Color convert

RGB223191151-
CMYK00.140.320.13
HSL33.33º52.94%73.33%-
HSV(B)33.33º32.29%87.45%-
XYZ54.6555.1837.05-
YUV196.01102.6147.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=39.47%
G=33.81%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319115100.140.320.1333.3352.9473.33
HexDFBF970E20D213549
Octal33727722701640154165111
Binary1101111110111111100101110111010000011011000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF97; }

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

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

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

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

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

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

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

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