#C9B42B

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

Shades of Old Gold #C9B42B

Tints of Old Gold #C9B42B

Color information

#C9B42B (or 0xC9B42B) is unknown color: approx Old Gold. HEX triplet: C9, B4 and 2B. RGB value is (201,180,43). Sum of RGB (Red+Green+Blue) = 201+180+43=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B42B is #364BD4. Grayscale: #ABABAB. Windows color (decimal): -3558357 or 2864329. OLE color: 2864329.

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

Color convert

RGB20118043-
CMYK00.100.790.21
HSL52.03º64.75%47.84%-
HSV(B)52.03º78.61%78.82%-
XYZ40.8445.238.86-
YUV170.6655.96149.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.41%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 43 (17.19% from 255) = 10.14%
R=47.41%
G=42.45%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011804300.100.790.2152.0364.7547.84
HexC9B42B0A4F15344130
Octal31126453012117256410160
Binary1100100110110100101011010101001111101011101001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B42B; }

 p { color: rgb(201,180,43); }

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

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

 a { background-color: rgb(201,180,43); }

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

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

 span { border-color: rgb(201,180,43); }

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