#CCCD6E

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

Shades of Deco #CCCD6E

Tints of Deco #CCCD6E

Color information

#CCCD6E (or 0xCCCD6E) is unknown color: approx Deco. HEX triplet: CC, CD and 6E. RGB value is (204,205,110). Sum of RGB (Red+Green+Blue) = 204+205+110=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD6E is #333291. Grayscale: #C2C2C2. Windows color (decimal): -3355282 or 7261644. OLE color: 7261644.

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

Color convert

RGB204205110-
CMYK0.0000.460.20
HSL60.63º48.72%61.76%-
HSV(B)60.63º46.34%80.39%-
XYZ49.5557.6323.26-
YUV193.8780.67135.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 110 (43.36% from 255) = 21.19%
R=39.31%
G=39.50%
B=21.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051100.0000.460.2060.6348.7261.76
HexCCCD6E002E143d313e
Octal314315156005624756176
Binary110011001100110111011100010111010100111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD6E; }

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

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

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

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

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

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

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

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