#DEC675

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

Shades of Chenin #DEC675

Tints of Chenin #DEC675

Color information

#DEC675 (or 0xDEC675) is unknown color: approx Chenin. HEX triplet: DE, C6 and 75. RGB value is (222,198,117). Sum of RGB (Red+Green+Blue) = 222+198+117=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC675 is #21398A. Grayscale: #C4C4C4. Windows color (decimal): -2177419 or 7718622. OLE color: 7718622.

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

Color convert

RGB222198117-
CMYK00.110.470.13
HSL46.29º61.4%66.47%-
HSV(B)46.29º47.3%87.06%-
XYZ53.5357.225.05-
YUV195.9483.45146.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=41.34%
G=36.87%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219811700.110.470.1346.2961.466.47
HexDEC6750B2FD2e3d42
Octal33630616501357155675102
Binary110111101100011011101010101110111111011011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC675; }

 p { color: rgb(222,198,117); }

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

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

 a { background-color: rgb(222,198,117); }

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

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

 span { border-color: rgb(222,198,117); }

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