Html Css Color HEX #C7B73A Old Gold

📋 copy color: '#C7B73A'

red 199 ◦ green 183 ◦ blue 58

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

Shades of Old Gold #C7B73A

Tints of Old Gold #C7B73A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

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

R = 45.23%
G = 41.59%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7B73A (or 0xC7B73A) is known color: Old Gold. HEX triplet: C7, B7 and 3A. RGB value is (199,183,58). Sum of RGB (Red+Green+Blue) = 199+183+58=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B73A is #3848C5. Grayscale: #AEAEAE. Windows color (decimal): -3688646 or 3848135. OLE color: 3848135.

HSL color Cylindrical-coordinate representation of color #C7B73A: hue angle of 53.19º 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 #C7B73A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 183 58 -
CMYK 0 0.08 0.71 0.22
HSL 53.19º 0.56% 0.5% -
HSV(B) 53.19º 0.71% 0.78% -
XYZ 41.25 46.31 10.77 -
YUV 173.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 199 183 58 0 0.08 0.71 0.22 53.19 0.56 0.5
Hex C7 B7 3A 0 8 47 16 35 38 32
Octal 307 267 72 0 10 107 26 65 70 62
Binary 11000111 10110111 111010 0 1000 1000111 10110 110101 111000 110010

Color Harmonies of #C7B73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B73A

Black with #C7B73A

Text Example


Text Example

White with #C7B73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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