Html Css Color HEX #C7BC3A Old Gold

📋 copy color: '#C7BC3A'

red 199 ◦ green 188 ◦ blue 58

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

Shades of Old Gold #C7BC3A

Tints of Old Gold #C7BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

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

R = 44.72%
G = 42.25%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7BC3A (or 0xC7BC3A) is known color: Old Gold. HEX triplet: C7, BC and 3A. RGB value is (199,188,58). Sum of RGB (Red+Green+Blue) = 199+188+58=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC3A is #3843C5. Grayscale: #B0B0B0. Windows color (decimal): -3687366 or 3849415. OLE color: 3849415.

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

Color convert

RGB 199 188 58 -
CMYK 0 0.06 0.71 0.22
HSL 55.32º 0.56% 0.5% -
HSV(B) 55.32º 0.71% 0.78% -
XYZ 42.3 48.41 11.12 -
YUV 176.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 199 188 58 0 0.06 0.71 0.22 55.32 0.56 0.5
Hex C7 BC 3A 0 6 47 16 37 38 32
Octal 307 274 72 0 6 107 26 67 70 62
Binary 11000111 10111100 111010 0 110 1000111 10110 110111 111000 110010

Color Harmonies of #C7BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC3A

Black with #C7BC3A

Text Example


Text Example

White with #C7BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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