Html Css Color HEX #C7A707 Buddha Gold

📋 copy color: '#C7A707'

red 199 ◦ green 167 ◦ blue 7

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

Shades of Buddha Gold #C7A707

Tints of Buddha Gold #C7A707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 53.35%
G = 44.77%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7A707 (or 0xC7A707) is known color: Buddha Gold. HEX triplet: C7, A7 and 07. RGB value is (199,167,7). Sum of RGB (Red+Green+Blue) = 199+167+7=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A707 is #3858F8. Grayscale: #9F9F9F. Windows color (decimal): -3692793 or 501703. OLE color: 501703.

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

Color convert

RGB 199 167 7 -
CMYK 0 0.16 0.96 0.22
HSL 50º 0.93% 0.4% -
HSV(B) 50º 0.96% 0.78% -
XYZ 37.41 39.79 5.91 -
YUV 158.33 42.6 157.01 -
System Red Green Blue C M Y K H S L
Decimal 199 167 7 0 0.16 0.96 0.22 50 0.93 0.4
Hex C7 A7 7 0 10 60 16 32 5D 28
Octal 307 247 7 0 20 140 26 62 135 50
Binary 11000111 10100111 111 0 10000 1100000 10110 110010 1011101 101000

Color Harmonies of #C7A707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A707

Black with #C7A707

Text Example


Text Example

White with #C7A707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A707; }

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

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

background-color css

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

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

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

border-color css

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

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

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