#DEC275

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

Shades of Chenin #DEC275

Tints of Chenin #DEC275

Color information

#DEC275 (or 0xDEC275) is unknown color: approx Chenin. HEX triplet: DE, C2 and 75. RGB value is (222,194,117). Sum of RGB (Red+Green+Blue) = 222+194+117=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC275 is #213D8A. Grayscale: #C1C1C1. Windows color (decimal): -2178443 or 7717598. OLE color: 7717598.

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

Color convert

RGB222194117-
CMYK00.130.470.13
HSL44º61.4%66.47%-
HSV(B)44º47.3%87.06%-
XYZ52.6355.424.75-
YUV193.5984.78148.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=41.65%
G=36.40%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219411700.130.470.134461.466.47
HexDEC2750D2FD2c3d42
Octal33630216501557155475102
Binary110111101100001011101010110110111111011011001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC275; }

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

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

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

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

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

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

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

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