#CCD993

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

Shades of Deco #CCD993

Tints of Deco #CCD993

Color information

#CCD993 (or 0xCCD993) is unknown color: approx Deco. HEX triplet: CC, D9 and 93. RGB value is (204,217,147). Sum of RGB (Red+Green+Blue) = 204+217+147=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD993 is #33266C. Grayscale: #CDCDCD. Windows color (decimal): -3352173 or 9689548. OLE color: 9689548.

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

Color convert

RGB204217147-
CMYK0.0600.320.15
HSL71.14º47.95%71.37%-
HSV(B)71.14º32.26%85.1%-
XYZ54.9864.5737.17-
YUV205.1395.19127.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 147 (57.81% from 255) = 25.88%
R=35.92%
G=38.20%
B=25.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171470.0600.320.1571.1447.9571.37
HexCCD9936020F473047
Octal31433122360401710760107
Binary1100110011011001100100111100100000111110001111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD993; }

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

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

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

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

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

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

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

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