Html Css Color HEX #C9B940 Old Gold

📋 copy color: '#C9B940'

red 201 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #C9B940

Tints of Old Gold #C9B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 44.67%
G = 41.11%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9B940 (or 0xC9B940) is known color: Old Gold. HEX triplet: C9, B9 and 40. RGB value is (201,185,64). Sum of RGB (Red+Green+Blue) = 201+185+64=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B940 is #3646BF. Grayscale: #B0B0B0. Windows color (decimal): -3557056 or 4241865. OLE color: 4241865.

HSL color Cylindrical-coordinate representation of color #C9B940: hue angle of 52.99º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9B940 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 64 -
CMYK 0 0.08 0.68 0.21
HSL 52.99º 0.56% 0.52% -
HSV(B) 52.99º 0.68% 0.79% -
XYZ 42.36 47.49 11.78 -
YUV 175.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 201 185 64 0 0.08 0.68 0.21 52.99 0.56 0.52
Hex C9 B9 40 0 8 44 15 35 38 34
Octal 311 271 100 0 10 104 25 65 70 64
Binary 11001001 10111001 1000000 0 1000 1000100 10101 110101 111000 110100

Color Harmonies of #C9B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B940

Black with #C9B940

Text Example


Text Example

White with #C9B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B940; }

 p { color: rgb(201,185,64); }

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

background-color css

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

 a { background-color: rgb(201,185,64); }

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

border-color css

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

 span { border-color: rgb(201,185,64); }

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