Html Css Color HEX #C7B72A Old Gold

📋 copy color: '#C7B72A'

red 199 ◦ green 183 ◦ blue 42

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

Shades of Old Gold #C7B72A

Tints of Old Gold #C7B72A

RGB

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

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

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

R = 46.93%
G = 43.16%
B = 9.91%

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

#C7B72A (or 0xC7B72A) is known color: Old Gold. HEX triplet: C7, B7 and 2A. RGB value is (199,183,42). Sum of RGB (Red+Green+Blue) = 199+183+42=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B72A is #3848D5. Grayscale: #ACACAC. Windows color (decimal): -3688662 or 2799559. OLE color: 2799559.

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

Color convert

RGB 199 183 42 -
CMYK 0 0.08 0.79 0.22
HSL 53.89º 0.65% 0.47% -
HSV(B) 53.89º 0.79% 0.78% -
XYZ 40.9 46.18 8.95 -
YUV 171.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 199 183 42 0 0.08 0.79 0.22 53.89 0.65 0.47
Hex C7 B7 2A 0 8 4F 16 36 41 2F
Octal 307 267 52 0 10 117 26 66 101 57
Binary 11000111 10110111 101010 0 1000 1001111 10110 110110 1000001 101111

Color Harmonies of #C7B72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B72A

Black with #C7B72A

Text Example


Text Example

White with #C7B72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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