#CCD48D

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

Shades of Deco #CCD48D

Tints of Deco #CCD48D

Color information

#CCD48D (or 0xCCD48D) is unknown color: approx Deco. HEX triplet: CC, D4 and 8D. RGB value is (204,212,141). Sum of RGB (Red+Green+Blue) = 204+212+141=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD48D is #332B72. Grayscale: #C9C9C9. Windows color (decimal): -3353459 or 9295052. OLE color: 9295052.

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

Color convert

RGB204212141-
CMYK0.0400.330.17
HSL66.76º45.22%69.22%-
HSV(B)66.76º33.49%83.14%-
XYZ53.2561.8534.33-
YUV201.5193.85129.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=36.62%
G=38.06%
B=25.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121410.0400.330.1766.7645.2269.22
HexCCD48D402111432d45
Octal31432421540412110355105
Binary11001100110101001000110110001000011000110000111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD48D; }

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

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

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

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

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

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

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

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