Html Css Color HEX #C7BC3F Old Gold

📋 copy color: '#C7BC3F'

red 199 ◦ green 188 ◦ blue 63

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

Shades of Old Gold #C7BC3F

Tints of Old Gold #C7BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14%

R = 44.22%
G = 41.78%
B = 14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7BC3F (or 0xC7BC3F) is known color: Old Gold. HEX triplet: C7, BC and 3F. RGB value is (199,188,63). Sum of RGB (Red+Green+Blue) = 199+188+63=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC3F is #3843C0. Grayscale: #B1B1B1. Windows color (decimal): -3687361 or 4177095. OLE color: 4177095.

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

Color convert

RGB 199 188 63 -
CMYK 0 0.06 0.68 0.22
HSL 55.15º 0.55% 0.51% -
HSV(B) 55.15º 0.68% 0.78% -
XYZ 42.43 48.47 11.82 -
YUV 177.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 199 188 63 0 0.06 0.68 0.22 55.15 0.55 0.51
Hex C7 BC 3F 0 6 44 16 37 37 33
Octal 307 274 77 0 6 104 26 67 67 63
Binary 11000111 10111100 111111 0 110 1000100 10110 110111 110111 110011

Color Harmonies of #C7BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC3F

Black with #C7BC3F

Text Example


Text Example

White with #C7BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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