Html Css Color HEX #C5A617 Buddha Gold

📋 copy color: '#C5A617'

red 197 ◦ green 166 ◦ blue 23

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

Shades of Buddha Gold #C5A617

Tints of Buddha Gold #C5A617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.96%

R = 51.04%
G = 43.01%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C5A617 (or 0xC5A617) is known color: Buddha Gold. HEX triplet: C5, A6 and 17. RGB value is (197,166,23). Sum of RGB (Red+Green+Blue) = 197+166+23=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A617 is #3A59E8. Grayscale: #9F9F9F. Windows color (decimal): -3824105 or 1550021. OLE color: 1550021.

HSL color Cylindrical-coordinate representation of color #C5A617: hue angle of 49.31º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5A617 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 23 -
CMYK 0 0.16 0.88 0.23
HSL 49.31º 0.79% 0.43% -
HSV(B) 49.31º 0.88% 0.77% -
XYZ 36.82 39.2 6.44 -
YUV 158.97 51.27 155.13 -
System Red Green Blue C M Y K H S L
Decimal 197 166 23 0 0.16 0.88 0.23 49.31 0.79 0.43
Hex C5 A6 17 0 10 58 17 31 4F 2B
Octal 305 246 27 0 20 130 27 61 117 53
Binary 11000101 10100110 10111 0 10000 1011000 10111 110001 1001111 101011

Color Harmonies of #C5A617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A617

Black with #C5A617

Text Example


Text Example

White with #C5A617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A617; }

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

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

background-color css

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

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

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

border-color css

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

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

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