Html Css Color HEX #C59919 Buddha Gold

📋 copy color: '#C59919'

red 197 ◦ green 153 ◦ blue 25

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

Shades of Buddha Gold #C59919

Tints of Buddha Gold #C59919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 25 (10.16% from 255) = 6.67%

R = 52.53%
G = 40.8%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C59919 (or 0xC59919) is known color: Buddha Gold. HEX triplet: C5, 99 and 19. RGB value is (197,153,25). Sum of RGB (Red+Green+Blue) = 197+153+25=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C59919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59919 is #3A66E6. Grayscale: #989898. Windows color (decimal): -3827431 or 1677765. OLE color: 1677765.

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

Color convert

RGB 197 153 25 -
CMYK 0 0.22 0.87 0.23
HSL 44.65º 0.77% 0.44% -
HSV(B) 44.65º 0.87% 0.77% -
XYZ 34.59 34.72 5.8 -
YUV 151.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 197 153 25 0 0.22 0.87 0.23 44.65 0.77 0.44
Hex C5 99 19 0 16 57 17 2D 4D 2C
Octal 305 231 31 0 26 127 27 55 115 54
Binary 11000101 10011001 11001 0 10110 1010111 10111 101101 1001101 101100

Color Harmonies of #C59919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59919

Black with #C59919

Text Example


Text Example

White with #C59919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59919; }

 p { color: rgb(197,153,25); }

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

background-color css

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

 a { background-color: rgb(197,153,25); }

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

border-color css

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

 span { border-color: rgb(197,153,25); }

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