#c0b33f

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

Shades of Old Gold #C0B33F

Tints of Old Gold #C0B33F

Color information

#C0B33F (or 0xC0B33F) is unknown color: approx Old Gold. HEX triplet: C0, B3 and 3F. RGB value is (192,179,63). Sum of RGB (Red+Green+Blue) = 192+179+63=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B33F is #3F4CC0. Grayscale: #AAAAAA. Windows color (decimal): -4148417 or 4174784. OLE color: 4174784.

HSL color Cylindrical-coordinate representation of color #C0B33F: hue angle of 53.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0B33F is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19217963-
CMYK00.070.670.25
HSL53.95º50.59%50%-
HSV(B)53.95º67.19%75.29%-
XYZ38.7643.8111.12-
YUV169.6667.81143.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 63 (25% from 255) = 14.52%
R=44.24%
G=41.24%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921796300.070.670.2553.9550.5950
HexC0B33F074319363332
Octal300263770710331666362
Binary11000000101100111111110111100001111001110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b33f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b33f; }

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

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

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

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

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

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

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

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