#DEC574

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

Shades of Chenin #DEC574

Tints of Chenin #DEC574

Color information

#DEC574 (or 0xDEC574) is unknown color: approx Chenin. HEX triplet: DE, C5 and 74. RGB value is (222,197,116). Sum of RGB (Red+Green+Blue) = 222+197+116=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC574 is #213A8B. Grayscale: #C3C3C3. Windows color (decimal): -2177676 or 7652830. OLE color: 7652830.

HSL color Cylindrical-coordinate representation of color #DEC574: hue angle of 45.85º 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 #DEC574 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB222197116-
CMYK00.110.480.13
HSL45.85º61.63%66.27%-
HSV(B)45.85º47.75%87.06%-
XYZ53.2456.7224.67-
YUV195.2483.28147.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 116 (45.70% from 255) = 21.68%
R=41.50%
G=36.82%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219711600.110.480.1345.8561.6366.27
HexDEC5740B30D2e3e42
Octal33630516401360155676102
Binary110111101100010111101000101111000011011011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC574; }

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

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

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

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

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

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

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

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