#DEB98F

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

Shades of Pancho #DEB98F

Tints of Pancho #DEB98F

Color information

#DEB98F (or 0xDEB98F) is unknown color: approx Pancho. HEX triplet: DE, B9 and 8F. RGB value is (222,185,143). Sum of RGB (Red+Green+Blue) = 222+185+143=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB98F is #214670. Grayscale: #BFBFBF. Windows color (decimal): -2180721 or 9419230. OLE color: 9419230.

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

Color convert

RGB222185143-
CMYK00.170.360.13
HSL31.9º54.48%71.57%-
HSV(B)31.9º35.59%87.06%-
XYZ52.4352.2133.3-
YUV191.28100.76149.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 143 (56.25% from 255) = 26%
R=40.36%
G=33.64%
B=26%

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
Decimal22218514300.170.360.1331.954.4871.57
HexDEB98F01124D203648
Octal33627121702144154066110
Binary11011110101110011000111101000110010011011000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB98F; }

 p { color: rgb(222,185,143); }

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

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

 a { background-color: rgb(222,185,143); }

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

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

 span { border-color: rgb(222,185,143); }

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