#C0B439

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

Shades of Old Gold #C0B439

Tints of Old Gold #C0B439

Color information

#C0B439 (or 0xC0B439) is unknown color: approx Old Gold. HEX triplet: C0, B4 and 39. RGB value is (192,180,57). Sum of RGB (Red+Green+Blue) = 192+180+57=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B439 is #3F4BC6. Grayscale: #AAAAAA. Windows color (decimal): -4148167 or 3781824. OLE color: 3781824.

HSL color Cylindrical-coordinate representation of color #C0B439: hue angle of 54.67º 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 #C0B439 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19218057-
CMYK00.060.700.25
HSL54.67º54.22%48.82%-
HSV(B)54.67º70.31%75.29%-
XYZ38.844.1410.35-
YUV169.5764.48144-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 57 (22.66% from 255) = 13.29%
R=44.76%
G=41.96%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921805700.060.700.2554.6754.2248.82
HexC0B439064619373631
Octal300264710610631676661
Binary11000000101101001110010110100011011001110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B439; }

 p { color: rgb(192,180,57); }

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

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

 a { background-color: rgb(192,180,57); }

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

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

 span { border-color: rgb(192,180,57); }

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