#DFB89C

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

Shades of Pancho #DFB89C

Tints of Pancho #DFB89C

Color information

#DFB89C (or 0xDFB89C) is unknown color: approx Pancho. HEX triplet: DF, B8 and 9C. RGB value is (223,184,156). Sum of RGB (Red+Green+Blue) = 223+184+156=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB89C is #204763. Grayscale: #C0C0C0. Windows color (decimal): -2115428 or 10270943. OLE color: 10270943.

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

Color convert

RGB223184156-
CMYK00.170.300.13
HSL25.07º51.15%74.31%-
HSV(B)25.07º30.04%87.45%-
XYZ53.5752.3738.74-
YUV192.47107.42149.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=39.61%
G=32.68%
B=27.71%

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
Decimal22318415600.170.300.1325.0751.1574.31
HexDFB89C0111ED19334a
Octal33727023402136153163112
Binary110111111011100010011100010001111101101110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB89C; }

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

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

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

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

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

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

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

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