#DFBD8E

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

Shades of Pancho #DFBD8E

Tints of Pancho #DFBD8E

Color information

#DFBD8E (or 0xDFBD8E) is unknown color: approx Pancho. HEX triplet: DF, BD and 8E. RGB value is (223,189,142). Sum of RGB (Red+Green+Blue) = 223+189+142=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD8E is #204271. Grayscale: #C2C2C2. Windows color (decimal): -2114162 or 9354719. OLE color: 9354719.

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

Color convert

RGB223189142-
CMYK00.150.360.13
HSL34.81º55.86%71.57%-
HSV(B)34.81º36.32%87.45%-
XYZ53.5154.0433.2-
YUV193.8198.76148.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=40.25%
G=34.12%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318914200.150.360.1334.8155.8671.57
HexDFBD8E0F24D233848
Octal33727521601744154370110
Binary1101111110111101100011100111110010011011000111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD8E; }

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

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

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

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

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

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

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

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