#CCD982

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

Shades of Deco #CCD982

Tints of Deco #CCD982

Color information

#CCD982 (or 0xCCD982) is unknown color: approx Deco. HEX triplet: CC, D9 and 82. RGB value is (204,217,130). Sum of RGB (Red+Green+Blue) = 204+217+130=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD982 is #33267D. Grayscale: #CBCBCB. Windows color (decimal): -3352190 or 8575436. OLE color: 8575436.

HSL color Cylindrical-coordinate representation of color #CCD982: hue angle of 68.97º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD982 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB204217130-
CMYK0.0600.400.15
HSL68.97º53.37%68.04%-
HSV(B)68.97º40.09%85.1%-
XYZ53.7464.0730.65-
YUV203.286.69128.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=37.02%
G=39.38%
B=23.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171300.0600.400.1568.9753.3768.04
HexCCD9826028F453544
Octal31433120260501710565104
Binary1100110011011001100000101100101000111110001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD982; }

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

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

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

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

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

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

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

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