Html Css Color HEX #C5A41B Buddha Gold

📋 copy color: '#C5A41B'

red 197 ◦ green 164 ◦ blue 27

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

Shades of Buddha Gold #C5A41B

Tints of Buddha Gold #C5A41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.27%

 BLUE value IS 27 (10.94% from 255) = 6.96%

R = 50.77%
G = 42.27%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5A41B (or 0xC5A41B) is known color: Buddha Gold. HEX triplet: C5, A4 and 1B. RGB value is (197,164,27). Sum of RGB (Red+Green+Blue) = 197+164+27=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A41B is #3A5BE4. Grayscale: #9E9E9E. Windows color (decimal): -3824613 or 1811653. OLE color: 1811653.

HSL color Cylindrical-coordinate representation of color #C5A41B: hue angle of 48.35º degrees, saturation: 0.76, 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 #C5A41B is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 27 -
CMYK 0 0.17 0.86 0.23
HSL 48.35º 0.76% 0.44% -
HSV(B) 48.35º 0.86% 0.77% -
XYZ 36.5 38.5 6.54 -
YUV 158.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 197 164 27 0 0.17 0.86 0.23 48.35 0.76 0.44
Hex C5 A4 1B 0 11 56 17 30 4C 2C
Octal 305 244 33 0 21 126 27 60 114 54
Binary 11000101 10100100 11011 0 10001 1010110 10111 110000 1001100 101100

Color Harmonies of #C5A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A41B

Black with #C5A41B

Text Example


Text Example

White with #C5A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A41B; }

 p { color: rgb(197,164,27); }

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

background-color css

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

 a { background-color: rgb(197,164,27); }

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

border-color css

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

 span { border-color: rgb(197,164,27); }

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