#CCCE74

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

Shades of Deco #CCCE74

Tints of Deco #CCCE74

Color information

#CCCE74 (or 0xCCCE74) is unknown color: approx Deco. HEX triplet: CC, CE and 74. RGB value is (204,206,116). Sum of RGB (Red+Green+Blue) = 204+206+116=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE74 is #33318B. Grayscale: #C3C3C3. Windows color (decimal): -3355020 or 7655116. OLE color: 7655116.

HSL color Cylindrical-coordinate representation of color #CCCE74: hue angle of 61.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCCE74 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB204206116-
CMYK0.0100.440.19
HSL61.33º47.87%63.14%-
HSV(B)61.33º43.69%80.78%-
XYZ50.1358.2425.12-
YUV195.1483.34134.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 116 (45.70% from 255) = 22.05%
R=38.78%
G=39.16%
B=22.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061160.0100.440.1961.3347.8763.14
HexCCCE74102C133d303f
Octal314316164105423756077
Binary110011001100111011101001010110010011111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE74; }

 p { color: rgb(204,206,116); }

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

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

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

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

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

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

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