#CCD08C

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

Shades of Deco #CCD08C

Tints of Deco #CCD08C

Color information

#CCD08C (or 0xCCD08C) is unknown color: approx Deco. HEX triplet: CC, D0 and 8C. RGB value is (204,208,140). Sum of RGB (Red+Green+Blue) = 204+208+140=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD08C is #332F73. Grayscale: #C7C7C7. Windows color (decimal): -3354484 or 9228492. OLE color: 9228492.

HSL color Cylindrical-coordinate representation of color #CCD08C: hue angle of 63.53º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD08C is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB204208140-
CMYK0.0200.330.18
HSL63.53º41.98%68.24%-
HSV(B)63.53º32.69%81.57%-
XYZ52.1959.8433.61-
YUV199.0594.67131.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 140 (55.08% from 255) = 25.36%
R=36.96%
G=37.68%
B=25.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081400.0200.330.1863.5341.9868.24
HexCCD08C202112402a44
Octal31432021420412210052104
Binary1100110011010000100011001001000011001010000001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD08C; }

 p { color: rgb(204,208,140); }

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

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

 a { background-color: rgb(204,208,140); }

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

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

 span { border-color: rgb(204,208,140); }

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