#CCD485

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

Shades of Deco #CCD485

Tints of Deco #CCD485

Color information

#CCD485 (or 0xCCD485) is unknown color: approx Deco. HEX triplet: CC, D4 and 85. RGB value is (204,212,133). Sum of RGB (Red+Green+Blue) = 204+212+133=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD485 is #332B7A. Grayscale: #C8C8C8. Windows color (decimal): -3353467 or 8770764. OLE color: 8770764.

HSL color Cylindrical-coordinate representation of color #CCD485: hue angle of 66.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCD485 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB204212133-
CMYK0.0400.370.17
HSL66.08º47.88%67.65%-
HSV(B)66.08º37.26%83.14%-
XYZ52.6861.6231.31-
YUV200.689.85130.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=37.16%
G=38.62%
B=24.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121330.0400.370.1766.0847.8867.65
HexCCD485402511423044
Octal31432420540452110260104
Binary11001100110101001000010110001001011000110000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD485; }

 p { color: rgb(204,212,133); }

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

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

 a { background-color: rgb(204,212,133); }

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

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

 span { border-color: rgb(204,212,133); }

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