Html Css Color HEX #C7B32A Old Gold

📋 copy color: '#C7B32A'

red 199 ◦ green 179 ◦ blue 42

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

Shades of Old Gold #C7B32A

Tints of Old Gold #C7B32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10%

R = 47.38%
G = 42.62%
B = 10%

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

#C7B32A (or 0xC7B32A) is known color: Old Gold. HEX triplet: C7, B3 and 2A. RGB value is (199,179,42). Sum of RGB (Red+Green+Blue) = 199+179+42=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B32A is #384CD5. Grayscale: #A9A9A9. Windows color (decimal): -3689686 or 2798535. OLE color: 2798535.

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

Color convert

RGB 199 179 42 -
CMYK 0 0.10 0.79 0.22
HSL 52.36º 0.65% 0.47% -
HSV(B) 52.36º 0.79% 0.78% -
XYZ 40.09 44.55 8.68 -
YUV 169.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 199 179 42 0 0.10 0.79 0.22 52.36 0.65 0.47
Hex C7 B3 2A 0 A 4F 16 34 41 2F
Octal 307 263 52 0 12 117 26 64 101 57
Binary 11000111 10110011 101010 0 1010 1001111 10110 110100 1000001 101111

Color Harmonies of #C7B32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B32A

Black with #C7B32A

Text Example


Text Example

White with #C7B32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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