Html Css Color HEX #C7BC3E Old Gold

📋 copy color: '#C7BC3E'

red 199 ◦ green 188 ◦ blue 62

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

Shades of Old Gold #C7BC3E

Tints of Old Gold #C7BC3E

RGB

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

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

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

R = 44.32%
G = 41.87%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7BC3E (or 0xC7BC3E) is known color: Old Gold. HEX triplet: C7, BC and 3E. RGB value is (199,188,62). Sum of RGB (Red+Green+Blue) = 199+188+62=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC3E is #3843C1. Grayscale: #B1B1B1. Windows color (decimal): -3687362 or 4111559. OLE color: 4111559.

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

Color convert

RGB 199 188 62 -
CMYK 0 0.06 0.69 0.22
HSL 55.18º 0.55% 0.51% -
HSV(B) 55.18º 0.69% 0.78% -
XYZ 42.41 48.46 11.68 -
YUV 176.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 199 188 62 0 0.06 0.69 0.22 55.18 0.55 0.51
Hex C7 BC 3E 0 6 45 16 37 37 33
Octal 307 274 76 0 6 105 26 67 67 63
Binary 11000111 10111100 111110 0 110 1000101 10110 110111 110111 110011

Color Harmonies of #C7BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC3E

Black with #C7BC3E

Text Example


Text Example

White with #C7BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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