#CCD983

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

Shades of Deco #CCD983

Tints of Deco #CCD983

Color information

#CCD983 (or 0xCCD983) is unknown color: approx Deco. HEX triplet: CC, D9 and 83. RGB value is (204,217,131). Sum of RGB (Red+Green+Blue) = 204+217+131=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD983 is #33267C. Grayscale: #CBCBCB. Windows color (decimal): -3352189 or 8640972. OLE color: 8640972.

HSL color Cylindrical-coordinate representation of color #CCD983: hue angle of 69.07º 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 #CCD983 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB204217131-
CMYK0.0600.400.15
HSL69.07º53.09%68.24%-
HSV(B)69.07º39.63%85.1%-
XYZ53.8164.131.01-
YUV203.3187.19128.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 131 (51.56% from 255) = 23.73%
R=36.96%
G=39.31%
B=23.73%

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
Decimal2042171310.0600.400.1569.0753.0968.24
HexCCD9836028F453544
Octal31433120360501710565104
Binary1100110011011001100000111100101000111110001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD983; }

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

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

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

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

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

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

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

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