#DFB89D

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

Shades of Pancho #DFB89D

Tints of Pancho #DFB89D

Color information

#DFB89D (or 0xDFB89D) is unknown color: approx Pancho. HEX triplet: DF, B8 and 9D. RGB value is (223,184,157). Sum of RGB (Red+Green+Blue) = 223+184+157=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB89D is #204762. Grayscale: #C0C0C0. Windows color (decimal): -2115427 or 10336479. OLE color: 10336479.

HSL color Cylindrical-coordinate representation of color #DFB89D: hue angle of 24.55º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB89D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223184157-
CMYK00.170.300.13
HSL24.55º50.77%74.51%-
HSV(B)24.55º29.6%87.45%-
XYZ53.6652.439.19-
YUV192.58107.92149.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=39.54%
G=32.62%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318415700.170.300.1324.5550.7774.51
HexDFB89D0111ED19334b
Octal33727023502136153163113
Binary110111111011100010011101010001111101101110011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB89D; }

 p { color: rgb(223,184,157); }

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

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

 a { background-color: rgb(223,184,157); }

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

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

 span { border-color: rgb(223,184,157); }

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