#CED579

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

Shades of Deco #CED579

Tints of Deco #CED579

Color information

#CED579 (or 0xCED579) is unknown color: approx Deco. HEX triplet: CE, D5 and 79. RGB value is (206,213,121). Sum of RGB (Red+Green+Blue) = 206+213+121=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #CED579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED579 is #312A86. Grayscale: #C8C8C8. Windows color (decimal): -3222151 or 7984590. OLE color: 7984590.

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

Color convert

RGB206213121-
CMYK0.0300.430.16
HSL64.57º52.27%65.49%-
HSV(B)64.57º43.19%83.53%-
XYZ52.762.0927.3-
YUV200.4283.18131.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 121 (47.66% from 255) = 22.41%
R=38.15%
G=39.44%
B=22.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131210.0300.430.1664.5752.2765.49
HexCED579302B10413441
Octal31632517130532010164101
Binary110011101101010111110011101010111000010000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED579; }

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

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

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

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

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

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

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

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