#DEC471

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

Shades of Chenin #DEC471

Tints of Chenin #DEC471

Color information

#DEC471 (or 0xDEC471) is unknown color: approx Chenin. HEX triplet: DE, C4 and 71. RGB value is (222,196,113). Sum of RGB (Red+Green+Blue) = 222+196+113=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC471 is #213B8E. Grayscale: #C2C2C2. Windows color (decimal): -2177935 or 7455966. OLE color: 7455966.

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

Color convert

RGB222196113-
CMYK00.120.490.13
HSL45.69º62.29%65.69%-
HSV(B)45.69º49.1%87.06%-
XYZ52.8456.223.69-
YUV194.3182.11147.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=41.81%
G=36.91%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219611300.120.490.1345.6962.2965.69
HexDEC4710C31D2e3e42
Octal33630416101461155676102
Binary110111101100010011100010110011000111011011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC471; }

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

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

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

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

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

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

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

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