#CDD577

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

Shades of Deco #CDD577

Tints of Deco #CDD577

Color information

#CDD577 (or 0xCDD577) is unknown color: approx Deco. HEX triplet: CD, D5 and 77. RGB value is (205,213,119). Sum of RGB (Red+Green+Blue) = 205+213+119=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD577 is #322A88. Grayscale: #C8C8C8. Windows color (decimal): -3287689 or 7853517. OLE color: 7853517.

HSL color Cylindrical-coordinate representation of color #CDD577: hue angle of 65.11º 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 #CDD577 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB205213119-
CMYK0.0400.440.16
HSL65.11º52.81%65.1%-
HSV(B)65.11º44.13%83.53%-
XYZ52.361.926.64-
YUV199.8982.35131.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 119 (46.88% from 255) = 22.16%
R=38.18%
G=39.66%
B=22.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131190.0400.440.1665.1152.8165.1
HexCDD577402C10413541
Octal31532516740542010165101
Binary1100110111010101111011110001011001000010000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD577; }

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

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

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

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

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

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

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

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