Html Css Color HEX #C7A708 Buddha Gold

📋 copy color: '#C7A708'

red 199 ◦ green 167 ◦ blue 8

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

Shades of Buddha Gold #C7A708

Tints of Buddha Gold #C7A708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 53.21%
G = 44.65%
B = 2.14%

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

#C7A708 (or 0xC7A708) is known color: Buddha Gold. HEX triplet: C7, A7 and 08. RGB value is (199,167,8). Sum of RGB (Red+Green+Blue) = 199+167+8=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A708 is #3858F7. Grayscale: #9F9F9F. Windows color (decimal): -3692792 or 567239. OLE color: 567239.

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

Color convert

RGB 199 167 8 -
CMYK 0 0.16 0.96 0.22
HSL 49.95º 0.92% 0.41% -
HSV(B) 49.95º 0.96% 0.78% -
XYZ 37.42 39.8 5.94 -
YUV 158.44 43.1 156.93 -
System Red Green Blue C M Y K H S L
Decimal 199 167 8 0 0.16 0.96 0.22 49.95 0.92 0.41
Hex C7 A7 8 0 10 60 16 32 5C 29
Octal 307 247 10 0 20 140 26 62 134 51
Binary 11000111 10100111 1000 0 10000 1100000 10110 110010 1011100 101001

Color Harmonies of #C7A708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A708

Black with #C7A708

Text Example


Text Example

White with #C7A708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A708; }

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

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

background-color css

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

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

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

border-color css

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

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

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