Html Css Color HEX #C7A706 Buddha Gold

📋 copy color: '#C7A706'

red 199 ◦ green 167 ◦ blue 6

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

Shades of Buddha Gold #C7A706

Tints of Buddha Gold #C7A706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.89%

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 53.49%
G = 44.89%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7A706 (or 0xC7A706) is known color: Buddha Gold. HEX triplet: C7, A7 and 06. RGB value is (199,167,6). Sum of RGB (Red+Green+Blue) = 199+167+6=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A706 is #3858F9. Grayscale: #9E9E9E. Windows color (decimal): -3692794 or 436167. OLE color: 436167.

HSL color Cylindrical-coordinate representation of color #C7A706: hue angle of 50.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7A706 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 167 6 -
CMYK 0 0.16 0.97 0.22
HSL 50.05º 0.94% 0.4% -
HSV(B) 50.05º 0.97% 0.78% -
XYZ 37.4 39.79 5.88 -
YUV 158.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 199 167 6 0 0.16 0.97 0.22 50.05 0.94 0.4
Hex C7 A7 6 0 10 61 16 32 5E 28
Octal 307 247 6 0 20 141 26 62 136 50
Binary 11000111 10100111 110 0 10000 1100001 10110 110010 1011110 101000

Color Harmonies of #C7A706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A706

Black with #C7A706

Text Example


Text Example

White with #C7A706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A706; }

 p { color: rgb(199,167,6); }

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

background-color css

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

 a { background-color: rgb(199,167,6); }

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

border-color css

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

 span { border-color: rgb(199,167,6); }

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