Html Css Color HEX #C59512 Buddha Gold

📋 copy color: '#C59512'

red 197 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #C59512

Tints of Buddha Gold #C59512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 18 (7.42% from 255) = 4.95%

R = 54.12%
G = 40.93%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C59512 (or 0xC59512) is known color: Buddha Gold. HEX triplet: C5, 95 and 12. RGB value is (197,149,18). Sum of RGB (Red+Green+Blue) = 197+149+18=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C59512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59512 is #3A6AED. Grayscale: #949494. Windows color (decimal): -3828462 or 1217989. OLE color: 1217989.

HSL color Cylindrical-coordinate representation of color #C59512: hue angle of 43.91º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C59512 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 18 -
CMYK 0 0.24 0.91 0.23
HSL 43.91º 0.83% 0.42% -
HSV(B) 43.91º 0.91% 0.77% -
XYZ 33.88 33.41 5.24 -
YUV 148.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 197 149 18 0 0.24 0.91 0.23 43.91 0.83 0.42
Hex C5 95 12 0 18 5B 17 2C 53 2A
Octal 305 225 22 0 30 133 27 54 123 52
Binary 11000101 10010101 10010 0 11000 1011011 10111 101100 1010011 101010

Color Harmonies of #C59512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59512

Black with #C59512

Text Example


Text Example

White with #C59512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59512; }

 p { color: rgb(197,149,18); }

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

background-color css

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

 a { background-color: rgb(197,149,18); }

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

border-color css

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

 span { border-color: rgb(197,149,18); }

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