Html Css Color HEX #C7B344 Old Gold

📋 copy color: '#C7B344'

red 199 ◦ green 179 ◦ blue 68

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

Shades of Old Gold #C7B344

Tints of Old Gold #C7B344

RGB

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

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

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

R = 44.62%
G = 40.13%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C7B344 (or 0xC7B344) is known color: Old Gold. HEX triplet: C7, B3 and 44. RGB value is (199,179,68). Sum of RGB (Red+Green+Blue) = 199+179+68=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B344 is #384CBB. Grayscale: #ACACAC. Windows color (decimal): -3689660 or 4502471. OLE color: 4502471.

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

Color convert

RGB 199 179 68 -
CMYK 0 0.10 0.66 0.22
HSL 50.84º 0.54% 0.52% -
HSV(B) 50.84º 0.66% 0.78% -
XYZ 40.72 44.8 11.97 -
YUV 172.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 199 179 68 0 0.10 0.66 0.22 50.84 0.54 0.52
Hex C7 B3 44 0 A 42 16 33 36 34
Octal 307 263 104 0 12 102 26 63 66 64
Binary 11000111 10110011 1000100 0 1010 1000010 10110 110011 110110 110100

Color Harmonies of #C7B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B344

Black with #C7B344

Text Example


Text Example

White with #C7B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B344; }

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

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

background-color css

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

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

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

border-color css

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

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

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