Html Css Color HEX #C5A51B Buddha Gold

📋 copy color: '#C5A51B'

red 197 ◦ green 165 ◦ blue 27

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

Shades of Buddha Gold #C5A51B

Tints of Buddha Gold #C5A51B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 50.64%
G = 42.42%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5A51B (or 0xC5A51B) is known color: Buddha Gold. HEX triplet: C5, A5 and 1B. RGB value is (197,165,27). Sum of RGB (Red+Green+Blue) = 197+165+27=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A51B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A51B is #3A5AE4. Grayscale: #9F9F9F. Windows color (decimal): -3824357 or 1811909. OLE color: 1811909.

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

Color convert

RGB 197 165 27 -
CMYK 0 0.16 0.86 0.23
HSL 48.71º 0.76% 0.44% -
HSV(B) 48.71º 0.86% 0.77% -
XYZ 36.68 38.86 6.6 -
YUV 158.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 197 165 27 0 0.16 0.86 0.23 48.71 0.76 0.44
Hex C5 A5 1B 0 10 56 17 31 4C 2C
Octal 305 245 33 0 20 126 27 61 114 54
Binary 11000101 10100101 11011 0 10000 1010110 10111 110001 1001100 101100

Color Harmonies of #C5A51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A51B

Black with #C5A51B

Text Example


Text Example

White with #C5A51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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