#ced776

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

Shades of Deco #CED776

Tints of Deco #CED776

Color information

#CED776 (or 0xCED776) is unknown color: approx Deco. HEX triplet: CE, D7 and 76. RGB value is (206,215,118). Sum of RGB (Red+Green+Blue) = 206+215+118=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #CED776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED776 is #312889. Grayscale: #C9C9C9. Windows color (decimal): -3221642 or 7788494. OLE color: 7788494.

HSL color Cylindrical-coordinate representation of color #CED776: hue angle of 65.57º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CED776 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB206215118-
CMYK0.0400.450.16
HSL65.57º54.8%65.29%-
HSV(B)65.57º45.12%84.31%-
XYZ53.0263.0326.51-
YUV201.2581.02131.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 118 (46.48% from 255) = 21.89%
R=38.22%
G=39.89%
B=21.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151180.0400.450.1665.5754.865.29
HexCED776402D10423741
Octal31632716640552010267101
Binary1100111011010111111011010001011011000010000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced776; }

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

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

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

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

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

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

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

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