#CCCD77

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

Shades of Deco #CCCD77

Tints of Deco #CCCD77

Color information

#CCCD77 (or 0xCCCD77) is unknown color: approx Deco. HEX triplet: CC, CD and 77. RGB value is (204,205,119). Sum of RGB (Red+Green+Blue) = 204+205+119=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD77 is #333288. Grayscale: #C3C3C3. Windows color (decimal): -3355273 or 7851468. OLE color: 7851468.

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

Color convert

RGB204205119-
CMYK0.0000.420.20
HSL60.7º46.24%63.53%-
HSV(B)60.7º41.95%80.39%-
XYZ50.0657.8325.98-
YUV194.985.17134.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=38.64%
G=38.83%
B=22.54%

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
Decimal2042051190.0000.420.2060.746.2463.53
HexCCCD77002A143d2e40
Octal3143151670052247556100
Binary1100110011001101111011100101010101001111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD77; }

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

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

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

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

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

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

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

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