#C9B63A

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

Shades of Old Gold #C9B63A

Tints of Old Gold #C9B63A

Color information

#C9B63A (or 0xC9B63A) is unknown color: approx Old Gold. HEX triplet: C9, B6 and 3A. RGB value is (201,182,58). Sum of RGB (Red+Green+Blue) = 201+182+58=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B63A is #3649C5. Grayscale: #AEAEAE. Windows color (decimal): -3557830 or 3847881. OLE color: 3847881.

HSL color Cylindrical-coordinate representation of color #C9B63A: hue angle of 52.03º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9B63A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20118258-
CMYK00.090.710.21
HSL52.03º56.97%50.78%-
HSV(B)52.03º71.14%78.82%-
XYZ41.5846.1810.72-
YUV173.5462.79147.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 58 (23.05% from 255) = 13.15%
R=45.58%
G=41.27%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011825800.090.710.2152.0356.9750.78
HexC9B63A094715343933
Octal3112667201110725647163
Binary110010011011011011101001001100011110101110100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B63A; }

 p { color: rgb(201,182,58); }

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

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

 a { background-color: rgb(201,182,58); }

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

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

 span { border-color: rgb(201,182,58); }

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