#CCCD76

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

Shades of Deco #CCCD76

Tints of Deco #CCCD76

Color information

#CCCD76 (or 0xCCCD76) is unknown color: approx Deco. HEX triplet: CC, CD and 76. RGB value is (204,205,118). Sum of RGB (Red+Green+Blue) = 204+205+118=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD76 is #333289. Grayscale: #C3C3C3. Windows color (decimal): -3355274 or 7785932. OLE color: 7785932.

HSL color Cylindrical-coordinate representation of color #CCCD76: hue angle of 60.69º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCCD76 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB204205118-
CMYK0.0000.420.20
HSL60.69º46.52%63.33%-
HSV(B)60.69º42.44%80.39%-
XYZ5057.8125.66-
YUV194.7884.67134.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 118 (46.48% from 255) = 22.39%
R=38.71%
G=38.90%
B=22.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051180.0000.420.2060.6946.5263.33
HexCCCD76002A143d2f3f
Octal314315166005224755777
Binary110011001100110111101100010101010100111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD76; }

 p { color: rgb(204,205,118); }

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

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

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

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

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

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

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