#DEC465

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

Shades of Chenin #DEC465

Tints of Chenin #DEC465

Color information

#DEC465 (or 0xDEC465) is unknown color: approx Chenin. HEX triplet: DE, C4 and 65. RGB value is (222,196,101). Sum of RGB (Red+Green+Blue) = 222+196+101=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC465 is #213B9A. Grayscale: #C1C1C1. Windows color (decimal): -2177947 or 6669534. OLE color: 6669534.

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

Color convert

RGB222196101-
CMYK00.120.550.13
HSL47.11º64.71%63.33%-
HSV(B)47.11º54.5%87.06%-
XYZ52.2155.9520.36-
YUV192.9476.11148.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=42.77%
G=37.76%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219610100.120.550.1347.1164.7163.33
HexDEC4650C37D2f413f
Octal33630414501467155710177
Binary110111101100010011001010110011011111011011111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC465; }

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

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

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

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

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

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

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

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