Html Css Color HEX #C5A708 Buddha Gold

📋 copy color: '#C5A708'

red 197 ◦ green 167 ◦ blue 8

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

Shades of Buddha Gold #C5A708

Tints of Buddha Gold #C5A708

RGB

 RED value IS 197 (77.34% from 255) = 52.96%

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

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

R = 52.96%
G = 44.89%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C5A708 (or 0xC5A708) is known color: Buddha Gold. HEX triplet: C5, A7 and 08. RGB value is (197,167,8). Sum of RGB (Red+Green+Blue) = 197+167+8=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A708 is #3A58F7. Grayscale: #9E9E9E. Windows color (decimal): -3823864 or 567237. OLE color: 567237.

HSL color Cylindrical-coordinate representation of color #C5A708: hue angle of 50.48º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5A708 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 167 8 -
CMYK 0 0.15 0.96 0.23
HSL 50.48º 0.92% 0.4% -
HSV(B) 50.48º 0.96% 0.77% -
XYZ 36.89 39.53 5.91 -
YUV 157.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 197 167 8 0 0.15 0.96 0.23 50.48 0.92 0.4
Hex C5 A7 8 0 F 60 17 32 5C 28
Octal 305 247 10 0 17 140 27 62 134 50
Binary 11000101 10100111 1000 0 1111 1100000 10111 110010 1011100 101000

Color Harmonies of #C5A708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A708

Black with #C5A708

Text Example


Text Example

White with #C5A708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A708; }

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

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

background-color css

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

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

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

border-color css

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

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

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