Html Css Color HEX #C7BA3E Old Gold

📋 copy color: '#C7BA3E'

red 199 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #C7BA3E

Tints of Old Gold #C7BA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.87%

R = 44.52%
G = 41.61%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7BA3E (or 0xC7BA3E) is known color: Old Gold. HEX triplet: C7, BA and 3E. RGB value is (199,186,62). Sum of RGB (Red+Green+Blue) = 199+186+62=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA3E is #3845C1. Grayscale: #B0B0B0. Windows color (decimal): -3687874 or 4111047. OLE color: 4111047.

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

Color convert

RGB 199 186 62 -
CMYK 0 0.07 0.69 0.22
HSL 54.31º 0.55% 0.51% -
HSV(B) 54.31º 0.69% 0.78% -
XYZ 41.98 47.61 11.53 -
YUV 175.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 199 186 62 0 0.07 0.69 0.22 54.31 0.55 0.51
Hex C7 BA 3E 0 7 45 16 36 37 33
Octal 307 272 76 0 7 105 26 66 67 63
Binary 11000111 10111010 111110 0 111 1000101 10110 110110 110111 110011

Color Harmonies of #C7BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA3E

Black with #C7BA3E

Text Example


Text Example

White with #C7BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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