Html Css Color HEX #C7A807 Buddha Gold

📋 copy color: '#C7A807'

red 199 ◦ green 168 ◦ blue 7

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

Shades of Buddha Gold #C7A807

Tints of Buddha Gold #C7A807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.92%

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

R = 53.21%
G = 44.92%
B = 1.87%

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

#C7A807 (or 0xC7A807) is known color: Buddha Gold. HEX triplet: C7, A8 and 07. RGB value is (199,168,7). Sum of RGB (Red+Green+Blue) = 199+168+7=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A807 is #3857F8. Grayscale: #9F9F9F. Windows color (decimal): -3692537 or 501959. OLE color: 501959.

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

Color convert

RGB 199 168 7 -
CMYK 0 0.16 0.96 0.22
HSL 50.31º 0.93% 0.4% -
HSV(B) 50.31º 0.96% 0.78% -
XYZ 37.59 40.16 5.97 -
YUV 158.92 42.27 156.59 -
System Red Green Blue C M Y K H S L
Decimal 199 168 7 0 0.16 0.96 0.22 50.31 0.93 0.4
Hex C7 A8 7 0 10 60 16 32 5D 28
Octal 307 250 7 0 20 140 26 62 135 50
Binary 11000111 10101000 111 0 10000 1100000 10110 110010 1011101 101000

Color Harmonies of #C7A807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A807

Black with #C7A807

Text Example


Text Example

White with #C7A807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A807; }

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

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

background-color css

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

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

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

border-color css

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

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

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