Html Css Color HEX #C5A607 Buddha Gold

📋 copy color: '#C5A607'

red 197 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #C5A607

Tints of Buddha Gold #C5A607

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 53.24%
G = 44.86%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C5A607 (or 0xC5A607) is known color: Buddha Gold. HEX triplet: C5, A6 and 07. RGB value is (197,166,7). Sum of RGB (Red+Green+Blue) = 197+166+7=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A607 is #3A59F8. Grayscale: #9D9D9D. Windows color (decimal): -3824121 or 501445. OLE color: 501445.

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

Color convert

RGB 197 166 7 -
CMYK 0 0.16 0.96 0.23
HSL 50.21º 0.93% 0.4% -
HSV(B) 50.21º 0.96% 0.77% -
XYZ 36.7 39.16 5.82 -
YUV 157.14 43.27 156.43 -
System Red Green Blue C M Y K H S L
Decimal 197 166 7 0 0.16 0.96 0.23 50.21 0.93 0.4
Hex C5 A6 7 0 10 60 17 32 5D 28
Octal 305 246 7 0 20 140 27 62 135 50
Binary 11000101 10100110 111 0 10000 1100000 10111 110010 1011101 101000

Color Harmonies of #C5A607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A607

Black with #C5A607

Text Example


Text Example

White with #C5A607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A607; }

 p { color: rgb(197,166,7); }

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

background-color css

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

 a { background-color: rgb(197,166,7); }

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

border-color css

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

 span { border-color: rgb(197,166,7); }

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