Html Css Color HEX #C59318 Buddha Gold

📋 copy color: '#C59318'

red 197 ◦ green 147 ◦ blue 24

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

Shades of Buddha Gold #C59318

Tints of Buddha Gold #C59318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 53.53%
G = 39.95%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C59318 (or 0xC59318) is known color: Buddha Gold. HEX triplet: C5, 93 and 18. RGB value is (197,147,24). Sum of RGB (Red+Green+Blue) = 197+147+24=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C59318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59318 is #3A6CE7. Grayscale: #949494. Windows color (decimal): -3828968 or 1610693. OLE color: 1610693.

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

Color convert

RGB 197 147 24 -
CMYK 0 0.25 0.88 0.23
HSL 42.66º 0.78% 0.43% -
HSV(B) 42.66º 0.88% 0.77% -
XYZ 33.62 32.8 5.42 -
YUV 147.93 58.07 163 -
System Red Green Blue C M Y K H S L
Decimal 197 147 24 0 0.25 0.88 0.23 42.66 0.78 0.43
Hex C5 93 18 0 19 58 17 2B 4E 2B
Octal 305 223 30 0 31 130 27 53 116 53
Binary 11000101 10010011 11000 0 11001 1011000 10111 101011 1001110 101011

Color Harmonies of #C59318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59318

Black with #C59318

Text Example


Text Example

White with #C59318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59318; }

 p { color: rgb(197,147,24); }

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

background-color css

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

 a { background-color: rgb(197,147,24); }

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

border-color css

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

 span { border-color: rgb(197,147,24); }

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