Html Css Color HEX #C7BA3D Old Gold

📋 copy color: '#C7BA3D'

red 199 ◦ green 186 ◦ blue 61

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

Shades of Old Gold #C7BA3D

Tints of Old Gold #C7BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.68%

R = 44.62%
G = 41.7%
B = 13.68%

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

#C7BA3D (or 0xC7BA3D) is known color: Old Gold. HEX triplet: C7, BA and 3D. RGB value is (199,186,61). Sum of RGB (Red+Green+Blue) = 199+186+61=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA3D is #3845C2. Grayscale: #B0B0B0. Windows color (decimal): -3687875 or 4045511. OLE color: 4045511.

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

Color convert

RGB 199 186 61 -
CMYK 0 0.07 0.69 0.22
HSL 54.35º 0.55% 0.51% -
HSV(B) 54.35º 0.69% 0.78% -
XYZ 41.95 47.6 11.39 -
YUV 175.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 199 186 61 0 0.07 0.69 0.22 54.35 0.55 0.51
Hex C7 BA 3D 0 7 45 16 36 37 33
Octal 307 272 75 0 7 105 26 66 67 63
Binary 11000111 10111010 111101 0 111 1000101 10110 110110 110111 110011

Color Harmonies of #C7BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA3D

Black with #C7BA3D

Text Example


Text Example

White with #C7BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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