Html Css Color HEX #C5A305 Buddha Gold

📋 copy color: '#C5A305'

red 197 ◦ green 163 ◦ blue 5

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

Shades of Buddha Gold #C5A305

Tints of Buddha Gold #C5A305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.66%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 53.97%
G = 44.66%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C5A305 (or 0xC5A305) is known color: Buddha Gold. HEX triplet: C5, A3 and 05. RGB value is (197,163,5). Sum of RGB (Red+Green+Blue) = 197+163+5=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A305 is #3A5CFA. Grayscale: #9B9B9B. Windows color (decimal): -3824891 or 369605. OLE color: 369605.

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

Color convert

RGB 197 163 5 -
CMYK 0 0.17 0.97 0.23
HSL 49.38º 0.95% 0.4% -
HSV(B) 49.38º 0.97% 0.77% -
XYZ 36.15 38.08 5.59 -
YUV 155.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 197 163 5 0 0.17 0.97 0.23 49.38 0.95 0.4
Hex C5 A3 5 0 11 61 17 31 5F 28
Octal 305 243 5 0 21 141 27 61 137 50
Binary 11000101 10100011 101 0 10001 1100001 10111 110001 1011111 101000

Color Harmonies of #C5A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A305

Black with #C5A305

Text Example


Text Example

White with #C5A305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A305; }

 p { color: rgb(197,163,5); }

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

background-color css

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

 a { background-color: rgb(197,163,5); }

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

border-color css

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

 span { border-color: rgb(197,163,5); }

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