#CCBA47

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

Shades of Old Gold #CCBA47

Tints of Old Gold #CCBA47

Color information

#CCBA47 (or 0xCCBA47) is unknown color: approx Old Gold. HEX triplet: CC, BA and 47. RGB value is (204,186,71). Sum of RGB (Red+Green+Blue) = 204+186+71=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA47 is #3345B8. Grayscale: #B2B2B2. Windows color (decimal): -3360185 or 4700876. OLE color: 4700876.

HSL color Cylindrical-coordinate representation of color #CCBA47: hue angle of 51.88º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCBA47 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20418671-
CMYK00.090.650.2
HSL51.88º56.6%53.92%-
HSV(B)51.88º65.2%80%-
XYZ43.648.4113.01-
YUV178.2767.46146.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 71 (28.12% from 255) = 15.40%
R=44.25%
G=40.35%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041867100.090.650.251.8856.653.92
HexCCBA47094114343936
Octal31427210701110124647166
Binary1100110010111010100011101001100000110100110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA47; }

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

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

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

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

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

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

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

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