Html Css Color HEX #C7B729 Old Gold

📋 copy color: '#C7B729'

red 199 ◦ green 183 ◦ blue 41

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

Shades of Old Gold #C7B729

Tints of Old Gold #C7B729

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.26%

 BLUE value IS 41 (16.41% from 255) = 9.69%

R = 47.04%
G = 43.26%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7B729 (or 0xC7B729) is known color: Old Gold. HEX triplet: C7, B7 and 29. RGB value is (199,183,41). Sum of RGB (Red+Green+Blue) = 199+183+41=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B729 is #3848D6. Grayscale: #ACACAC. Windows color (decimal): -3688663 or 2734023. OLE color: 2734023.

HSL color Cylindrical-coordinate representation of color #C7B729: hue angle of 53.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7B729 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 183 41 -
CMYK 0 0.08 0.79 0.22
HSL 53.92º 0.66% 0.47% -
HSV(B) 53.92º 0.79% 0.78% -
XYZ 40.89 46.17 8.85 -
YUV 171.6 54.3 147.55 -
System Red Green Blue C M Y K H S L
Decimal 199 183 41 0 0.08 0.79 0.22 53.92 0.66 0.47
Hex C7 B7 29 0 8 4F 16 36 42 2F
Octal 307 267 51 0 10 117 26 66 102 57
Binary 11000111 10110111 101001 0 1000 1001111 10110 110110 1000010 101111

Color Harmonies of #C7B729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B729

Black with #C7B729

Text Example


Text Example

White with #C7B729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B729; }

 p { color: rgb(199,183,41); }

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

background-color css

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

 a { background-color: rgb(199,183,41); }

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

border-color css

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

 span { border-color: rgb(199,183,41); }

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