Html Css Color HEX #C5A31F Buddha Gold

📋 copy color: '#C5A31F'

red 197 ◦ green 163 ◦ blue 31

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

Shades of Buddha Gold #C5A31F

Tints of Buddha Gold #C5A31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.93%

R = 50.38%
G = 41.69%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5A31F (or 0xC5A31F) is known color: Buddha Gold. HEX triplet: C5, A3 and 1F. RGB value is (197,163,31). Sum of RGB (Red+Green+Blue) = 197+163+31=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A31F is #3A5CE0. Grayscale: #9E9E9E. Windows color (decimal): -3824865 or 2073541. OLE color: 2073541.

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

Color convert

RGB 197 163 31 -
CMYK 0 0.17 0.84 0.23
HSL 47.71º 0.73% 0.45% -
HSV(B) 47.71º 0.84% 0.77% -
XYZ 36.37 38.16 6.75 -
YUV 158.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 197 163 31 0 0.17 0.84 0.23 47.71 0.73 0.45
Hex C5 A3 1F 0 11 54 17 30 49 2D
Octal 305 243 37 0 21 124 27 60 111 55
Binary 11000101 10100011 11111 0 10001 1010100 10111 110000 1001001 101101

Color Harmonies of #C5A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A31F

Black with #C5A31F

Text Example


Text Example

White with #C5A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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