#CCCC8D

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

Shades of Deco #CCCC8D

Tints of Deco #CCCC8D

Color information

#CCCC8D (or 0xCCCC8D) is unknown color: approx Deco. HEX triplet: CC, CC and 8D. RGB value is (204,204,141). Sum of RGB (Red+Green+Blue) = 204+204+141=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC8D is #333372. Grayscale: #C5C5C5. Windows color (decimal): -3355507 or 9293004. OLE color: 9293004.

HSL color Cylindrical-coordinate representation of color #CCCC8D: hue angle of 60º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCCC8D is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204204141-
CMYK000.310.2
HSL60º38.18%67.65%-
HSV(B)60º30.88%80%-
XYZ51.357.9533.68-
YUV196.8296.5133.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=37.16%
G=37.16%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204141000.310.26038.1867.65
HexCCCC8D001F143c2644
Octal3143142150037247446104
Binary1100110011001100100011010011111101001111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC8D; }

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

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

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

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

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

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

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

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