#CCCD71

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

Shades of Deco #CCCD71

Tints of Deco #CCCD71

Color information

#CCCD71 (or 0xCCCD71) is unknown color: approx Deco. HEX triplet: CC, CD and 71. RGB value is (204,205,113). Sum of RGB (Red+Green+Blue) = 204+205+113=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD71 is #33328E. Grayscale: #C2C2C2. Windows color (decimal): -3355279 or 7458252. OLE color: 7458252.

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

Color convert

RGB204205113-
CMYK0.0000.450.20
HSL60.65º47.92%62.35%-
HSV(B)60.65º44.88%80.39%-
XYZ49.7157.6924.14-
YUV194.2182.17134.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 113 (44.53% from 255) = 21.65%
R=39.08%
G=39.27%
B=21.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051130.0000.450.2060.6547.9262.35
HexCCCD71002D143d303e
Octal314315161005524756076
Binary110011001100110111100010010110110100111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD71; }

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

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

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

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

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

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

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

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