#DEC274

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

Shades of Chenin #DEC274

Tints of Chenin #DEC274

Color information

#DEC274 (or 0xDEC274) is unknown color: approx Chenin. HEX triplet: DE, C2 and 74. RGB value is (222,194,116). Sum of RGB (Red+Green+Blue) = 222+194+116=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC274 is #213D8B. Grayscale: #C1C1C1. Windows color (decimal): -2178444 or 7652062. OLE color: 7652062.

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

Color convert

RGB222194116-
CMYK00.130.480.13
HSL44.15º61.63%66.27%-
HSV(B)44.15º47.75%87.06%-
XYZ52.5755.3724.44-
YUV193.4884.28148.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 194 (76.17% from 255) = 36.47%
BLUE value IS 116 (45.70% from 255) = 21.80%
R=41.73%
G=36.47%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219411600.130.480.1344.1561.6366.27
HexDEC2740D30D2c3e42
Octal33630216401560155476102
Binary110111101100001011101000110111000011011011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC274; }

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

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

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

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

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

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

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

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