#CCCD73

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

Shades of Deco #CCCD73

Tints of Deco #CCCD73

Color information

#CCCD73 (or 0xCCCD73) is unknown color: approx Deco. HEX triplet: CC, CD and 73. RGB value is (204,205,115). Sum of RGB (Red+Green+Blue) = 204+205+115=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD73 is #33328C. Grayscale: #C2C2C2. Windows color (decimal): -3355277 or 7589324. OLE color: 7589324.

HSL color Cylindrical-coordinate representation of color #CCCD73: hue angle of 60.67º 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 #CCCD73 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB204205115-
CMYK0.0000.440.20
HSL60.67º47.37%62.75%-
HSV(B)60.67º43.9%80.39%-
XYZ49.8357.7424.74-
YUV194.4483.17134.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 115 (45.31% from 255) = 21.95%
R=38.93%
G=39.12%
B=21.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051150.0000.440.2060.6747.3762.75
HexCCCD73002C143d2f3f
Octal314315163005424755777
Binary110011001100110111100110010110010100111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD73; }

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

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

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

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

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

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

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

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