#CCBA40

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

Shades of Old Gold #CCBA40

Tints of Old Gold #CCBA40

Color information

#CCBA40 (or 0xCCBA40) is unknown color: approx Old Gold. HEX triplet: CC, BA and 40. RGB value is (204,186,64). Sum of RGB (Red+Green+Blue) = 204+186+64=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA40 is #3345BF. Grayscale: #B1B1B1. Windows color (decimal): -3360192 or 4242124. OLE color: 4242124.

HSL color Cylindrical-coordinate representation of color #CCBA40: hue angle of 52.29º 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 #CCBA40 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB20418664-
CMYK00.090.690.2
HSL52.29º57.85%52.55%-
HSV(B)52.29º68.63%80%-
XYZ43.3948.3311.89-
YUV177.4763.96146.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 64 (25.39% from 255) = 14.10%
R=44.93%
G=40.97%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041866400.090.690.252.2957.8552.55
HexCCBA40094514343a35
Octal31427210001110524647265
Binary1100110010111010100000001001100010110100110100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA40; }

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

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

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

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

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

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

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

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