Html Css Color HEX #C59816 Buddha Gold

📋 copy color: '#C59816'

red 197 ◦ green 152 ◦ blue 22

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

Shades of Buddha Gold #C59816

Tints of Buddha Gold #C59816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.93%

R = 53.1%
G = 40.97%
B = 5.93%

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

#C59816 (or 0xC59816) is known color: Buddha Gold. HEX triplet: C5, 98 and 16. RGB value is (197,152,22). Sum of RGB (Red+Green+Blue) = 197+152+22=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C59816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59816 is #3A67E9. Grayscale: #979797. Windows color (decimal): -3827690 or 1480901. OLE color: 1480901.

HSL color Cylindrical-coordinate representation of color #C59816: hue angle of 44.57º degrees, saturation: 0.8, 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 #C59816 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 152 22 -
CMYK 0 0.23 0.89 0.23
HSL 44.57º 0.8% 0.43% -
HSV(B) 44.57º 0.89% 0.77% -
XYZ 34.4 34.38 5.58 -
YUV 150.64 55.41 161.07 -
System Red Green Blue C M Y K H S L
Decimal 197 152 22 0 0.23 0.89 0.23 44.57 0.8 0.43
Hex C5 98 16 0 17 59 17 2D 50 2B
Octal 305 230 26 0 27 131 27 55 120 53
Binary 11000101 10011000 10110 0 10111 1011001 10111 101101 1010000 101011

Color Harmonies of #C59816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59816

Black with #C59816

Text Example


Text Example

White with #C59816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59816; }

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

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

background-color css

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

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

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

border-color css

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

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

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