Html Css Color HEX #C7B82A Old Gold

📋 copy color: '#C7B82A'

red 199 ◦ green 184 ◦ blue 42

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

Shades of Old Gold #C7B82A

Tints of Old Gold #C7B82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

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

R = 46.82%
G = 43.29%
B = 9.88%

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

#C7B82A (or 0xC7B82A) is known color: Old Gold. HEX triplet: C7, B8 and 2A. RGB value is (199,184,42). Sum of RGB (Red+Green+Blue) = 199+184+42=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B82A is #3847D5. Grayscale: #ACACAC. Windows color (decimal): -3688406 or 2799815. OLE color: 2799815.

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

Color convert

RGB 199 184 42 -
CMYK 0 0.08 0.79 0.22
HSL 54.27º 0.65% 0.47% -
HSV(B) 54.27º 0.79% 0.78% -
XYZ 41.11 46.59 9.02 -
YUV 172.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 199 184 42 0 0.08 0.79 0.22 54.27 0.65 0.47
Hex C7 B8 2A 0 8 4F 16 36 41 2F
Octal 307 270 52 0 10 117 26 66 101 57
Binary 11000111 10111000 101010 0 1000 1001111 10110 110110 1000001 101111

Color Harmonies of #C7B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B82A

Black with #C7B82A

Text Example


Text Example

White with #C7B82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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