#CCD487

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

Shades of Deco #CCD487

Tints of Deco #CCD487

Color information

#CCD487 (or 0xCCD487) is unknown color: approx Deco. HEX triplet: CC, D4 and 87. RGB value is (204,212,135). Sum of RGB (Red+Green+Blue) = 204+212+135=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD487 is #332B78. Grayscale: #C9C9C9. Windows color (decimal): -3353465 or 8901836. OLE color: 8901836.

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

Color convert

RGB204212135-
CMYK0.0400.360.17
HSL66.23º47.24%68.04%-
HSV(B)66.23º36.32%83.14%-
XYZ52.8261.6732.04-
YUV200.8390.85130.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 212 (83.20% from 255) = 38.48%
BLUE value IS 135 (53.12% from 255) = 24.50%
R=37.02%
G=38.48%
B=24.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121350.0400.360.1766.2347.2468.04
HexCCD487402411422f44
Octal31432420740442110257104
Binary11001100110101001000011110001001001000110000101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD487; }

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

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

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

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

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

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

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

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