#C0B33A

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

Shades of Old Gold #C0B33A

Tints of Old Gold #C0B33A

Color information

#C0B33A (or 0xC0B33A) is unknown color: approx Old Gold. HEX triplet: C0, B3 and 3A. RGB value is (192,179,58). Sum of RGB (Red+Green+Blue) = 192+179+58=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B33A is #3F4CC5. Grayscale: #A9A9A9. Windows color (decimal): -4148422 or 3847104. OLE color: 3847104.

HSL color Cylindrical-coordinate representation of color #C0B33A: hue angle of 54.18º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0B33A is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19217958-
CMYK00.070.700.25
HSL54.18º53.6%49.02%-
HSV(B)54.18º69.79%75.29%-
XYZ38.6243.7510.41-
YUV169.0965.31144.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 179 (70.31% from 255) = 41.72%
BLUE value IS 58 (23.05% from 255) = 13.52%
R=44.76%
G=41.72%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921795800.070.700.2554.1853.649.02
HexC0B33A074619363631
Octal300263720710631666661
Binary11000000101100111110100111100011011001110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B33A; }

 p { color: rgb(192,179,58); }

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

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

 a { background-color: rgb(192,179,58); }

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

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

 span { border-color: rgb(192,179,58); }

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