#C0B338

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

Shades of Old Gold #C0B338

Tints of Old Gold #C0B338

Color information

#C0B338 (or 0xC0B338) is unknown color: approx Old Gold. HEX triplet: C0, B3 and 38. RGB value is (192,179,56). Sum of RGB (Red+Green+Blue) = 192+179+56=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B338 is #3F4CC7. Grayscale: #A9A9A9. Windows color (decimal): -4148424 or 3716032. OLE color: 3716032.

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

Color convert

RGB19217956-
CMYK00.070.710.25
HSL54.26º54.84%48.63%-
HSV(B)54.26º70.83%75.29%-
XYZ38.5743.7310.15-
YUV168.8664.31144.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 56 (22.27% from 255) = 13.11%
R=44.96%
G=41.92%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921795600.070.710.2554.2654.8448.63
HexC0B338074719363731
Octal300263700710731666761
Binary11000000101100111110000111100011111001110110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B338; }

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

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

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

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

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

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

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

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