#CED977

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

Shades of Deco #CED977

Tints of Deco #CED977

Color information

#CED977 (or 0xCED977) is unknown color: approx Deco. HEX triplet: CE, D9 and 77. RGB value is (206,217,119). Sum of RGB (Red+Green+Blue) = 206+217+119=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #CED977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED977 is #312688. Grayscale: #CACACA. Windows color (decimal): -3221129 or 7854542. OLE color: 7854542.

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

Color convert

RGB206217119-
CMYK0.0500.450.15
HSL66.73º56.32%65.88%-
HSV(B)66.73º45.16%85.1%-
XYZ53.664.0827-
YUV202.5480.86130.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 119 (46.88% from 255) = 21.96%
R=38.01%
G=40.04%
B=21.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171190.0500.450.1566.7356.3265.88
HexCED977502DF433842
Octal31633116750551710370102
Binary110011101101100111101111010101101111110000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED977; }

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

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

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

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

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

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

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

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