Html Css Color HEX #C59815 Buddha Gold

📋 copy color: '#C59815'

red 197 ◦ green 152 ◦ blue 21

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

Shades of Buddha Gold #C59815

Tints of Buddha Gold #C59815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

 BLUE value IS 21 (8.59% from 255) = 5.68%

R = 53.24%
G = 41.08%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C59815 (or 0xC59815) is known color: Buddha Gold. HEX triplet: C5, 98 and 15. RGB value is (197,152,21). Sum of RGB (Red+Green+Blue) = 197+152+21=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C59815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59815 is #3A67EA. Grayscale: #979797. Windows color (decimal): -3827691 or 1415365. OLE color: 1415365.

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

Color convert

RGB 197 152 21 -
CMYK 0 0.23 0.89 0.23
HSL 44.66º 0.81% 0.43% -
HSV(B) 44.66º 0.89% 0.77% -
XYZ 34.39 34.38 5.53 -
YUV 150.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 197 152 21 0 0.23 0.89 0.23 44.66 0.81 0.43
Hex C5 98 15 0 17 59 17 2D 51 2B
Octal 305 230 25 0 27 131 27 55 121 53
Binary 11000101 10011000 10101 0 10111 1011001 10111 101101 1010001 101011

Color Harmonies of #C59815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59815

Black with #C59815

Text Example


Text Example

White with #C59815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59815; }

 p { color: rgb(197,152,21); }

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

background-color css

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

 a { background-color: rgb(197,152,21); }

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

border-color css

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

 span { border-color: rgb(197,152,21); }

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