#CCD990

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

Shades of Deco #CCD990

Tints of Deco #CCD990

Color information

#CCD990 (or 0xCCD990) is unknown color: approx Deco. HEX triplet: CC, D9 and 90. RGB value is (204,217,144). Sum of RGB (Red+Green+Blue) = 204+217+144=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD990 is #33266F. Grayscale: #CDCDCD. Windows color (decimal): -3352176 or 9492940. OLE color: 9492940.

HSL color Cylindrical-coordinate representation of color #CCD990: hue angle of 70.68º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD990 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB204217144-
CMYK0.0600.340.15
HSL70.68º48.99%70.78%-
HSV(B)70.68º33.64%85.1%-
XYZ54.7564.4835.95-
YUV204.7993.69127.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=36.11%
G=38.41%
B=25.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171440.0600.340.1570.6848.9970.78
HexCCD9906022F473147
Octal31433122060421710761107
Binary1100110011011001100100001100100010111110001111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD990; }

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

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

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

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

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

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

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

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