Html Css Color HEX #C7B82B Old Gold

📋 copy color: '#C7B82B'

red 199 ◦ green 184 ◦ blue 43

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

Shades of Old Gold #C7B82B

Tints of Old Gold #C7B82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.09%

R = 46.71%
G = 43.19%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7B82B (or 0xC7B82B) is known color: Old Gold. HEX triplet: C7, B8 and 2B. RGB value is (199,184,43). Sum of RGB (Red+Green+Blue) = 199+184+43=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B82B is #3847D4. Grayscale: #ACACAC. Windows color (decimal): -3688405 or 2865351. OLE color: 2865351.

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

Color convert

RGB 199 184 43 -
CMYK 0 0.08 0.78 0.22
HSL 54.23º 0.64% 0.47% -
HSV(B) 54.23º 0.78% 0.78% -
XYZ 41.13 46.6 9.11 -
YUV 172.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 199 184 43 0 0.08 0.78 0.22 54.23 0.64 0.47
Hex C7 B8 2B 0 8 4E 16 36 40 2F
Octal 307 270 53 0 10 116 26 66 100 57
Binary 11000111 10111000 101011 0 1000 1001110 10110 110110 1000000 101111

Color Harmonies of #C7B82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B82B

Black with #C7B82B

Text Example


Text Example

White with #C7B82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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