#DECB74

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

Shades of Chenin #DECB74

Tints of Chenin #DECB74

Color information

#DECB74 (or 0xDECB74) is unknown color: approx Chenin. HEX triplet: DE, CB and 74. RGB value is (222,203,116). Sum of RGB (Red+Green+Blue) = 222+203+116=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB74 is #21348B. Grayscale: #C7C7C7. Windows color (decimal): -2176140 or 7654366. OLE color: 7654366.

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

Color convert

RGB222203116-
CMYK00.090.480.13
HSL49.25º61.63%66.27%-
HSV(B)49.25º47.75%87.06%-
XYZ54.6359.525.13-
YUV198.7681.29144.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 203 (79.69% from 255) = 37.52%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=41.04%
G=37.52%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220311600.090.480.1349.2561.6366.27
HexDECB740930D313e42
Octal33631316401160156176102
Binary110111101100101111101000100111000011011100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB74; }

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

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

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

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

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

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

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

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