Html Css Color HEX #C9BA3F Old Gold

📋 copy color: '#C9BA3F'

red 201 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #C9BA3F

Tints of Old Gold #C9BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 63 (25% from 255) = 14%

R = 44.67%
G = 41.33%
B = 14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9BA3F (or 0xC9BA3F) is known color: Old Gold. HEX triplet: C9, BA and 3F. RGB value is (201,186,63). Sum of RGB (Red+Green+Blue) = 201+186+63=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA3F is #3645C0. Grayscale: #B0B0B0. Windows color (decimal): -3556801 or 4176585. OLE color: 4176585.

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

Color convert

RGB 201 186 63 -
CMYK 0 0.07 0.69 0.21
HSL 53.48º 0.56% 0.52% -
HSV(B) 53.48º 0.69% 0.79% -
XYZ 42.54 47.89 11.7 -
YUV 176.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 201 186 63 0 0.07 0.69 0.21 53.48 0.56 0.52
Hex C9 BA 3F 0 7 45 15 35 38 34
Octal 311 272 77 0 7 105 25 65 70 64
Binary 11001001 10111010 111111 0 111 1000101 10101 110101 111000 110100

Color Harmonies of #C9BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA3F

Black with #C9BA3F

Text Example


Text Example

White with #C9BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA3F; }

 p { color: rgb(201,186,63); }

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

background-color css

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

 a { background-color: rgb(201,186,63); }

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

border-color css

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

 span { border-color: rgb(201,186,63); }

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