#CCCC73

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

Shades of Deco #CCCC73

Tints of Deco #CCCC73

Color information

#CCCC73 (or 0xCCCC73) is unknown color: approx Deco. HEX triplet: CC, CC and 73. RGB value is (204,204,115). Sum of RGB (Red+Green+Blue) = 204+204+115=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC73 is #33338C. Grayscale: #C2C2C2. Windows color (decimal): -3355533 or 7589068. OLE color: 7589068.

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

Color convert

RGB204204115-
CMYK000.440.2
HSL60º46.6%62.55%-
HSV(B)60º43.63%80%-
XYZ49.5957.2624.66-
YUV193.8583.5135.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 115 (45.31% from 255) = 21.99%
R=39.01%
G=39.01%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204115000.440.26046.662.55
HexCCCC73002C143c2f3f
Octal314314163005424745777
Binary110011001100110011100110010110010100111100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC73; }

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

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

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

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

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

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

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

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