#DEC293

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

Shades of Pancho #DEC293

Tints of Pancho #DEC293

Color information

#DEC293 (or 0xDEC293) is unknown color: approx Pancho. HEX triplet: DE, C2 and 93. RGB value is (222,194,147). Sum of RGB (Red+Green+Blue) = 222+194+147=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC293 is #213D6C. Grayscale: #C5C5C5. Windows color (decimal): -2178413 or 9683678. OLE color: 9683678.

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

Color convert

RGB222194147-
CMYK00.130.340.13
HSL37.6º53.19%72.35%-
HSV(B)37.6º33.78%87.06%-
XYZ54.6856.2235.57-
YUV197.0199.78145.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=39.43%
G=34.46%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219414700.130.340.1337.653.1972.35
HexDEC2930D22D263548
Octal33630222301542154665110
Binary1101111011000010100100110110110001011011001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC293; }

 p { color: rgb(222,194,147); }

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

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

 a { background-color: rgb(222,194,147); }

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

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

 span { border-color: rgb(222,194,147); }

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