#DFBE98

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

Shades of Pancho #DFBE98

Tints of Pancho #DFBE98

Color information

#DFBE98 (or 0xDFBE98) is unknown color: approx Pancho. HEX triplet: DF, BE and 98. RGB value is (223,190,152). Sum of RGB (Red+Green+Blue) = 223+190+152=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE98 is #204167. Grayscale: #C3C3C3. Windows color (decimal): -2113896 or 10010335. OLE color: 10010335.

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

Color convert

RGB223190152-
CMYK00.150.320.13
HSL32.11º52.59%73.53%-
HSV(B)32.11º31.84%87.45%-
XYZ54.5154.7837.41-
YUV195.54103.43147.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=39.47%
G=33.63%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319015200.150.320.1332.1152.5973.53
HexDFBE980F20D20354a
Octal33727623001740154065112
Binary1101111110111110100110000111110000011011000001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE98; }

 p { color: rgb(223,190,152); }

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

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

 a { background-color: rgb(223,190,152); }

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

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

 span { border-color: rgb(223,190,152); }

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