Html Css Color HEX #C9B53C Old Gold

📋 copy color: '#C9B53C'

red 201 ◦ green 181 ◦ blue 60

#C9B53C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #C9B53C

Tints of Old Gold #C9B53C

RGB

 RED value IS 201 (78.91% from 255) = 45.48%

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 60 (23.83% from 255) = 13.57%

R = 45.48%
G = 40.95%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9B53C (or 0xC9B53C) is known color: Old Gold. HEX triplet: C9, B5 and 3C. RGB value is (201,181,60). Sum of RGB (Red+Green+Blue) = 201+181+60=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B53C is #364AC3. Grayscale: #ADADAD. Windows color (decimal): -3558084 or 3978697. OLE color: 3978697.

HSL color Cylindrical-coordinate representation of color #C9B53C: hue angle of 51.49º degrees, saturation: 0.57, 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 #C9B53C is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 181 60 -
CMYK 0 0.10 0.70 0.21
HSL 51.49º 0.57% 0.51% -
HSV(B) 51.49º 0.7% 0.79% -
XYZ 41.43 45.79 10.93 -
YUV 173.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 201 181 60 0 0.10 0.70 0.21 51.49 0.57 0.51
Hex C9 B5 3C 0 A 46 15 33 39 33
Octal 311 265 74 0 12 106 25 63 71 63
Binary 11001001 10110101 111100 0 1010 1000110 10101 110011 111001 110011

Color Harmonies of #C9B53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B53C

Black with #C9B53C

Text Example


Text Example

White with #C9B53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B53C; }

 p { color: rgb(201,181,60); }

 H1.HeaderClassName
 {
   color: #C9B53C;
 }
 .AnyTagClassName
 {
   color: #C9B53C;
 }
</style>

background-color css

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

 a { background-color: rgb(201,181,60); }

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

border-color css

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

 span { border-color: rgb(201,181,60); }

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