#DFBD95

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

Shades of Pancho #DFBD95

Tints of Pancho #DFBD95

Color information

#DFBD95 (or 0xDFBD95) is unknown color: approx Pancho. HEX triplet: DF, BD and 95. RGB value is (223,189,149). Sum of RGB (Red+Green+Blue) = 223+189+149=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD95 is #20426A. Grayscale: #C2C2C2. Windows color (decimal): -2114155 or 9813471. OLE color: 9813471.

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

Color convert

RGB223189149-
CMYK00.150.330.13
HSL32.43º53.62%72.94%-
HSV(B)32.43º33.18%87.45%-
XYZ54.0554.2536.06-
YUV194.61102.26148.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=39.75%
G=33.69%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318914900.150.330.1332.4353.6272.94
HexDFBD950F21D203649
Octal33727522501741154066111
Binary1101111110111101100101010111110000111011000001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD95; }

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

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

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

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

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

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

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

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