Html Css Color HEX #C5A700 Buddha Gold

📋 copy color: '#C5A700'

red 197 ◦ green 167 ◦ blue 0

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

Shades of Buddha Gold #C5A700

Tints of Buddha Gold #C5A700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.12%
G = 45.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5A700 (or 0xC5A700) is known color: Buddha Gold. HEX triplet: C5, A7 and 00. RGB value is (197,167,0). Sum of RGB (Red+Green+Blue) = 197+167+0=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A700 is #3A58FF. Grayscale: #9D9D9D. Windows color (decimal): -3823872 or 42949. OLE color: 42949.

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

Color convert

RGB 197 167 0 -
CMYK 0 0.15 1 0.23
HSL 50.86º 1% 0.39% -
HSV(B) 50.86º 1% 0.77% -
XYZ 36.84 39.51 5.68 -
YUV 156.93 39.44 156.58 -
System Red Green Blue C M Y K H S L
Decimal 197 167 0 0 0.15 1 0.23 50.86 1 0.39
Hex C5 A7 0 0 F 64 17 33 64 27
Octal 305 247 0 0 17 144 27 63 144 47
Binary 11000101 10100111 0 0 1111 1100100 10111 110011 1100100 100111

Color Harmonies of #C5A700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A700

Black with #C5A700

Text Example


Text Example

White with #C5A700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A700; }

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

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

background-color css

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

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

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

border-color css

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

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

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