Html Css Color HEX #C7B329 Old Gold

📋 copy color: '#C7B329'

red 199 ◦ green 179 ◦ blue 41

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

Shades of Old Gold #C7B329

Tints of Old Gold #C7B329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

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

R = 47.49%
G = 42.72%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7B329 (or 0xC7B329) is known color: Old Gold. HEX triplet: C7, B3 and 29. RGB value is (199,179,41). Sum of RGB (Red+Green+Blue) = 199+179+41=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B329 is #384CD6. Grayscale: #A9A9A9. Windows color (decimal): -3689687 or 2732999. OLE color: 2732999.

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

Color convert

RGB 199 179 41 -
CMYK 0 0.10 0.79 0.22
HSL 52.41º 0.66% 0.47% -
HSV(B) 52.41º 0.79% 0.78% -
XYZ 40.07 44.54 8.58 -
YUV 169.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 199 179 41 0 0.10 0.79 0.22 52.41 0.66 0.47
Hex C7 B3 29 0 A 4F 16 34 42 2F
Octal 307 263 51 0 12 117 26 64 102 57
Binary 11000111 10110011 101001 0 1010 1001111 10110 110100 1000010 101111

Color Harmonies of #C7B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B329

Black with #C7B329

Text Example


Text Example

White with #C7B329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B329; }

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

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

background-color css

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

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

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

border-color css

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

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

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