#DFB08E

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

Shades of Pancho #DFB08E

Tints of Pancho #DFB08E

Color information

#DFB08E (or 0xDFB08E) is unknown color: approx Pancho. HEX triplet: DF, B0 and 8E. RGB value is (223,176,142). Sum of RGB (Red+Green+Blue) = 223+176+142=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB08E is #204F71. Grayscale: #BABABA. Windows color (decimal): -2117490 or 9351391. OLE color: 9351391.

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

Color convert

RGB223176142-
CMYK00.210.360.13
HSL25.19º55.86%71.57%-
HSV(B)25.19º36.32%87.45%-
XYZ50.8448.6932.31-
YUV186.18103.07154.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=41.22%
G=32.53%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317614200.210.360.1325.1955.8671.57
HexDFB08E01524D193848
Octal33726021602544153170110
Binary1101111110110000100011100101011001001101110011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB08E; }

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

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

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

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

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

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

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

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