#CED577

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

Shades of Deco #CED577

Tints of Deco #CED577

Color information

#CED577 (or 0xCED577) is unknown color: approx Deco. HEX triplet: CE, D5 and 77. RGB value is (206,213,119). Sum of RGB (Red+Green+Blue) = 206+213+119=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #CED577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED577 is #312A88. Grayscale: #C8C8C8. Windows color (decimal): -3222153 or 7853518. OLE color: 7853518.

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

Color convert

RGB206213119-
CMYK0.0300.440.16
HSL64.47º52.81%65.1%-
HSV(B)64.47º44.13%83.53%-
XYZ52.5862.0426.66-
YUV200.1982.18132.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 119 (46.88% from 255) = 22.12%
R=38.29%
G=39.59%
B=22.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131190.0300.440.1664.4752.8165.1
HexCED577302C10403541
Octal31632516730542010065101
Binary110011101101010111101111101011001000010000001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED577; }

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

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

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

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

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

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

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

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