#CCD582

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

Shades of Deco #CCD582

Tints of Deco #CCD582

Color information

#CCD582 (or 0xCCD582) is unknown color: approx Deco. HEX triplet: CC, D5 and 82. RGB value is (204,213,130). Sum of RGB (Red+Green+Blue) = 204+213+130=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD582 is #332A7D. Grayscale: #C9C9C9. Windows color (decimal): -3353214 or 8574412. OLE color: 8574412.

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

Color convert

RGB204213130-
CMYK0.0400.390.16
HSL66.51º49.7%67.25%-
HSV(B)66.51º38.97%83.53%-
XYZ52.7362.0430.31-
YUV200.8588.02130.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=37.29%
G=38.94%
B=23.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131300.0400.390.1666.5149.767.25
HexCCD582402710433243
Octal31432520240472010362103
Binary11001100110101011000001010001001111000010000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD582; }

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

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

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

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

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

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

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

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