#DEBC98

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

Shades of Pancho #DEBC98

Tints of Pancho #DEBC98

Color information

#DEBC98 (or 0xDEBC98) is unknown color: approx Pancho. HEX triplet: DE, BC and 98. RGB value is (222,188,152). Sum of RGB (Red+Green+Blue) = 222+188+152=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC98 is #214367. Grayscale: #C2C2C2. Windows color (decimal): -2179944 or 10009822. OLE color: 10009822.

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

Color convert

RGB222188152-
CMYK00.150.320.13
HSL30.86º51.47%73.33%-
HSV(B)30.86º31.53%87.06%-
XYZ53.7753.7637.25-
YUV194.06104.26147.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=39.50%
G=33.45%
B=27.05%

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
Decimal22218815200.150.320.1330.8651.4773.33
HexDEBC980F20D1f3349
Octal33627423001740153763111
Binary110111101011110010011000011111000001101111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC98; }

 p { color: rgb(222,188,152); }

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

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

 a { background-color: rgb(222,188,152); }

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

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

 span { border-color: rgb(222,188,152); }

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