Html Css Color HEX #C7BA3A Old Gold

📋 copy color: '#C7BA3A'

red 199 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #C7BA3A

Tints of Old Gold #C7BA3A

RGB

 RED value IS 199 (78.13% from 255) = 44.92%

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

 BLUE value IS 58 (23.05% from 255) = 13.09%

R = 44.92%
G = 41.99%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7BA3A (or 0xC7BA3A) is known color: Old Gold. HEX triplet: C7, BA and 3A. RGB value is (199,186,58). Sum of RGB (Red+Green+Blue) = 199+186+58=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA3A is #3845C5. Grayscale: #AFAFAF. Windows color (decimal): -3687878 or 3848903. OLE color: 3848903.

HSL color Cylindrical-coordinate representation of color #C7BA3A: hue angle of 54.47º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7BA3A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 58 -
CMYK 0 0.07 0.71 0.22
HSL 54.47º 0.56% 0.5% -
HSV(B) 54.47º 0.71% 0.78% -
XYZ 41.88 47.57 10.98 -
YUV 175.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 199 186 58 0 0.07 0.71 0.22 54.47 0.56 0.5
Hex C7 BA 3A 0 7 47 16 36 38 32
Octal 307 272 72 0 7 107 26 66 70 62
Binary 11000111 10111010 111010 0 111 1000111 10110 110110 111000 110010

Color Harmonies of #C7BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA3A

Black with #C7BA3A

Text Example


Text Example

White with #C7BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA3A; }

 p { color: rgb(199,186,58); }

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

background-color css

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

 a { background-color: rgb(199,186,58); }

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

border-color css

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

 span { border-color: rgb(199,186,58); }

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