#DFB98E

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

Shades of Pancho #DFB98E

Tints of Pancho #DFB98E

Color information

#DFB98E (or 0xDFB98E) is unknown color: approx Pancho. HEX triplet: DF, B9 and 8E. RGB value is (223,185,142). Sum of RGB (Red+Green+Blue) = 223+185+142=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB98E is #204671. Grayscale: #BFBFBF. Windows color (decimal): -2115186 or 9353695. OLE color: 9353695.

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

Color convert

RGB223185142-
CMYK00.170.360.13
HSL31.85º55.86%71.57%-
HSV(B)31.85º36.32%87.45%-
XYZ52.6652.3432.92-
YUV191.46100.09150.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 142 (55.86% from 255) = 25.82%
R=40.55%
G=33.64%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318514200.170.360.1331.8555.8671.57
HexDFB98E01124D203848
Octal33727121602144154070110
Binary11011111101110011000111001000110010011011000001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB98E; }

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

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

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

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

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

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

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

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