Html Css Color HEX #C7B034 Old Gold

📋 copy color: '#C7B034'

red 199 ◦ green 176 ◦ blue 52

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

Shades of Old Gold #C7B034

Tints of Old Gold #C7B034

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.22%

 BLUE value IS 52 (20.7% from 255) = 12.18%

R = 46.6%
G = 41.22%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C7B034 (or 0xC7B034) is known color: Old Gold. HEX triplet: C7, B0 and 34. RGB value is (199,176,52). Sum of RGB (Red+Green+Blue) = 199+176+52=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B034 is #384FCB. Grayscale: #A9A9A9. Windows color (decimal): -3690444 or 3453127. OLE color: 3453127.

HSL color Cylindrical-coordinate representation of color #C7B034: hue angle of 50.61º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7B034 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 52 -
CMYK 0 0.12 0.74 0.22
HSL 50.61º 0.59% 0.49% -
HSV(B) 50.61º 0.74% 0.78% -
XYZ 39.7 43.44 9.54 -
YUV 168.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 199 176 52 0 0.12 0.74 0.22 50.61 0.59 0.49
Hex C7 B0 34 0 C 4A 16 33 3B 31
Octal 307 260 64 0 14 112 26 63 73 61
Binary 11000111 10110000 110100 0 1100 1001010 10110 110011 111011 110001

Color Harmonies of #C7B034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B034

Black with #C7B034

Text Example


Text Example

White with #C7B034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B034; }

 p { color: rgb(199,176,52); }

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

background-color css

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

 a { background-color: rgb(199,176,52); }

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

border-color css

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

 span { border-color: rgb(199,176,52); }

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