Html Css Color HEX #C7B944 Old Gold

📋 copy color: '#C7B944'

red 199 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #C7B944

Tints of Old Gold #C7B944

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

 BLUE value IS 68 (26.95% from 255) = 15.04%

R = 44.03%
G = 40.93%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C7B944 (or 0xC7B944) is known color: Old Gold. HEX triplet: C7, B9 and 44. RGB value is (199,185,68). Sum of RGB (Red+Green+Blue) = 199+185+68=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B944 is #3846BB. Grayscale: #B0B0B0. Windows color (decimal): -3688124 or 4504007. OLE color: 4504007.

HSL color Cylindrical-coordinate representation of color #C7B944: hue angle of 53.59º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7B944 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 68 -
CMYK 0 0.07 0.66 0.22
HSL 53.59º 0.54% 0.52% -
HSV(B) 53.59º 0.66% 0.78% -
XYZ 41.95 47.26 12.38 -
YUV 175.85 67.14 144.51 -
System Red Green Blue C M Y K H S L
Decimal 199 185 68 0 0.07 0.66 0.22 53.59 0.54 0.52
Hex C7 B9 44 0 7 42 16 36 36 34
Octal 307 271 104 0 7 102 26 66 66 64
Binary 11000111 10111001 1000100 0 111 1000010 10110 110110 110110 110100

Color Harmonies of #C7B944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B944

Black with #C7B944

Text Example


Text Example

White with #C7B944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B944; }

 p { color: rgb(199,185,68); }

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

background-color css

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

 a { background-color: rgb(199,185,68); }

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

border-color css

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

 span { border-color: rgb(199,185,68); }

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