#DEC474

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

Shades of Chenin #DEC474

Tints of Chenin #DEC474

Color information

#DEC474 (or 0xDEC474) is unknown color: approx Chenin. HEX triplet: DE, C4 and 74. RGB value is (222,196,116). Sum of RGB (Red+Green+Blue) = 222+196+116=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC474 is #213B8B. Grayscale: #C3C3C3. Windows color (decimal): -2177932 or 7652574. OLE color: 7652574.

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

Color convert

RGB222196116-
CMYK00.120.480.13
HSL45.28º61.63%66.27%-
HSV(B)45.28º47.75%87.06%-
XYZ53.0256.2724.59-
YUV194.6583.61147.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 116 (45.70% from 255) = 21.72%
R=41.57%
G=36.70%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219611600.120.480.1345.2861.6366.27
HexDEC4740C30D2d3e42
Octal33630416401460155576102
Binary110111101100010011101000110011000011011011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC474; }

 p { color: rgb(222,196,116); }

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

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

 a { background-color: rgb(222,196,116); }

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

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

 span { border-color: rgb(222,196,116); }

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