Html Css Color HEX #C5A71C Buddha Gold

📋 copy color: '#C5A71C'

red 197 ◦ green 167 ◦ blue 28

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

Shades of Buddha Gold #C5A71C

Tints of Buddha Gold #C5A71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.14%

R = 50.26%
G = 42.6%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5A71C (or 0xC5A71C) is known color: Buddha Gold. HEX triplet: C5, A7 and 1C. RGB value is (197,167,28). Sum of RGB (Red+Green+Blue) = 197+167+28=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A71C is #3A58E3. Grayscale: #A0A0A0. Windows color (decimal): -3823844 or 1877957. OLE color: 1877957.

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

Color convert

RGB 197 167 28 -
CMYK 0 0.15 0.86 0.23
HSL 49.35º 0.75% 0.44% -
HSV(B) 49.35º 0.86% 0.77% -
XYZ 37.05 39.59 6.79 -
YUV 160.12 53.44 154.3 -
System Red Green Blue C M Y K H S L
Decimal 197 167 28 0 0.15 0.86 0.23 49.35 0.75 0.44
Hex C5 A7 1C 0 F 56 17 31 4B 2C
Octal 305 247 34 0 17 126 27 61 113 54
Binary 11000101 10100111 11100 0 1111 1010110 10111 110001 1001011 101100

Color Harmonies of #C5A71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A71C

Black with #C5A71C

Text Example


Text Example

White with #C5A71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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