#DEC164

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

Shades of Chenin #DEC164

Tints of Chenin #DEC164

Color information

#DEC164 (or 0xDEC164) is unknown color: approx Chenin. HEX triplet: DE, C1 and 64. RGB value is (222,193,100). Sum of RGB (Red+Green+Blue) = 222+193+100=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC164 is #213E9B. Grayscale: #BFBFBF. Windows color (decimal): -2178716 or 6603230. OLE color: 6603230.

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

Color convert

RGB222193100-
CMYK00.130.550.13
HSL45.74º64.89%63.14%-
HSV(B)45.74º54.95%87.06%-
XYZ51.4954.5919.88-
YUV191.0776.61150.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 100 (39.45% from 255) = 19.42%
R=43.11%
G=37.48%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219310000.130.550.1345.7464.8963.14
HexDEC1640D37D2e413f
Octal33630114401567155610177
Binary110111101100000111001000110111011111011011101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC164; }

 p { color: rgb(222,193,100); }

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

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

 a { background-color: rgb(222,193,100); }

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

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

 span { border-color: rgb(222,193,100); }

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