#CCAB40

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

Shades of Old Gold #CCAB40

Tints of Old Gold #CCAB40

Color information

#CCAB40 (or 0xCCAB40) is unknown color: approx Old Gold. HEX triplet: CC, AB and 40. RGB value is (204,171,64). Sum of RGB (Red+Green+Blue) = 204+171+64=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB40 is #3354BF. Grayscale: #A9A9A9. Windows color (decimal): -3364032 or 4238284. OLE color: 4238284.

HSL color Cylindrical-coordinate representation of color #CCAB40: hue angle of 45.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCAB40 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB20417164-
CMYK00.160.690.2
HSL45.86º57.85%52.55%-
HSV(B)45.86º68.63%80%-
XYZ40.3942.3310.89-
YUV168.6768.93153.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=46.47%
G=38.95%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041716400.160.690.245.8657.8552.55
HexCCAB4001045142e3a35
Octal31425310002010524567265
Binary11001100101010111000000010000100010110100101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB40; }

 p { color: rgb(204,171,64); }

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

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

 a { background-color: rgb(204,171,64); }

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

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

 span { border-color: rgb(204,171,64); }

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