#C9C03D

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

Shades of Old Gold #C9C03D

Tints of Old Gold #C9C03D

Color information

#C9C03D (or 0xC9C03D) is unknown color: approx Old Gold. HEX triplet: C9, C0 and 3D. RGB value is (201,192,61). Sum of RGB (Red+Green+Blue) = 201+192+61=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C03D is #363FC2. Grayscale: #B4B4B4. Windows color (decimal): -3555267 or 4047049. OLE color: 4047049.

HSL color Cylindrical-coordinate representation of color #C9C03D: hue angle of 56.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9C03D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20119261-
CMYK00.040.700.21
HSL56.14º56.45%51.37%-
HSV(B)56.14º69.65%78.82%-
XYZ43.7850.4511.85-
YUV179.7660.98143.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 192 (75.39% from 255) = 42.29%
BLUE value IS 61 (24.22% from 255) = 13.44%
R=44.27%
G=42.29%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011926100.040.700.2156.1456.4551.37
HexC9C03D044615383833
Octal311300750410625707063
Binary11001001110000001111010100100011010101111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C03D; }

 p { color: rgb(201,192,61); }

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

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

 a { background-color: rgb(201,192,61); }

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

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

 span { border-color: rgb(201,192,61); }

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