#CCD580

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

Shades of Deco #CCD580

Tints of Deco #CCD580

Color information

#CCD580 (or 0xCCD580) is unknown color: approx Deco. HEX triplet: CC, D5 and 80. RGB value is (204,213,128). Sum of RGB (Red+Green+Blue) = 204+213+128=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD580 is #332A7F. Grayscale: #C8C8C8. Windows color (decimal): -3353216 or 8443340. OLE color: 8443340.

HSL color Cylindrical-coordinate representation of color #CCD580: hue angle of 66.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD580 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB204213128-
CMYK0.0400.400.16
HSL66.35º50.3%66.86%-
HSV(B)66.35º39.91%83.53%-
XYZ52.5961.9829.61-
YUV200.6287.02130.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=37.43%
G=39.08%
B=23.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131280.0400.400.1666.3550.366.86
HexCCD580402810423243
Octal31432520040502010262103
Binary11001100110101011000000010001010001000010000101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD580; }

 p { color: rgb(204,213,128); }

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

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

 a { background-color: rgb(204,213,128); }

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

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

 span { border-color: rgb(204,213,128); }

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