#CED976

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

Shades of Deco #CED976

Tints of Deco #CED976

Color information

#CED976 (or 0xCED976) is unknown color: approx Deco. HEX triplet: CE, D9 and 76. RGB value is (206,217,118). Sum of RGB (Red+Green+Blue) = 206+217+118=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #CED976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED976 is #312689. Grayscale: #CACACA. Windows color (decimal): -3221130 or 7789006. OLE color: 7789006.

HSL color Cylindrical-coordinate representation of color #CED976: hue angle of 66.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CED976 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB206217118-
CMYK0.0500.460.15
HSL66.67º56.57%65.69%-
HSV(B)66.67º45.62%85.1%-
XYZ53.5464.0626.68-
YUV202.4280.36130.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 118 (46.48% from 255) = 21.81%
R=38.08%
G=40.11%
B=21.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171180.0500.460.1566.6756.5765.69
HexCED976502EF433942
Octal31633116650561710371102
Binary110011101101100111101101010101110111110000111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED976; }

 p { color: rgb(206,217,118); }

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

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

 a { background-color: rgb(206,217,118); }

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

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

 span { border-color: rgb(206,217,118); }

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