Html Css Color HEX #C7BC4A Old Gold

📋 copy color: '#C7BC4A'

red 199 ◦ green 188 ◦ blue 74

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

Shades of Old Gold #C7BC4A

Tints of Old Gold #C7BC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 43.17%
G = 40.78%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7BC4A (or 0xC7BC4A) is known color: Old Gold. HEX triplet: C7, BC and 4A. RGB value is (199,188,74). Sum of RGB (Red+Green+Blue) = 199+188+74=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC4A is #3843B5. Grayscale: #B2B2B2. Windows color (decimal): -3687350 or 4897991. OLE color: 4897991.

HSL color Cylindrical-coordinate representation of color #C7BC4A: hue angle of 54.72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7BC4A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 188 74 -
CMYK 0 0.06 0.63 0.22
HSL 54.72º 0.53% 0.54% -
HSV(B) 54.72º 0.63% 0.78% -
XYZ 42.77 48.6 13.61 -
YUV 178.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 199 188 74 0 0.06 0.63 0.22 54.72 0.53 0.54
Hex C7 BC 4A 0 6 3F 16 37 35 36
Octal 307 274 112 0 6 77 26 67 65 66
Binary 11000111 10111100 1001010 0 110 111111 10110 110111 110101 110110

Color Harmonies of #C7BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC4A

Black with #C7BC4A

Text Example


Text Example

White with #C7BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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