#CCD588

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

Shades of Deco #CCD588

Tints of Deco #CCD588

Color information

#CCD588 (or 0xCCD588) is unknown color: approx Deco. HEX triplet: CC, D5 and 88. RGB value is (204,213,136). Sum of RGB (Red+Green+Blue) = 204+213+136=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD588 is #332A77. Grayscale: #C9C9C9. Windows color (decimal): -3353208 or 8967628. OLE color: 8967628.

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

Color convert

RGB204213136-
CMYK0.0400.360.16
HSL67.01º47.83%68.43%-
HSV(B)67.01º36.15%83.53%-
XYZ53.1462.232.5-
YUV201.5391.02129.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 136 (53.52% from 255) = 24.59%
R=36.89%
G=38.52%
B=24.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131360.0400.360.1667.0147.8368.43
HexCCD588402410433044
Octal31432521040442010360104
Binary11001100110101011000100010001001001000010000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD588; }

 p { color: rgb(204,213,136); }

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

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

 a { background-color: rgb(204,213,136); }

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

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

 span { border-color: rgb(204,213,136); }

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