Html Css Color HEX #C59817 Buddha Gold

📋 copy color: '#C59817'

red 197 ◦ green 152 ◦ blue 23

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

Shades of Buddha Gold #C59817

Tints of Buddha Gold #C59817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.18%

R = 52.96%
G = 40.86%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C59817 (or 0xC59817) is known color: Buddha Gold. HEX triplet: C5, 98 and 17. RGB value is (197,152,23). Sum of RGB (Red+Green+Blue) = 197+152+23=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C59817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59817 is #3A67E8. Grayscale: #979797. Windows color (decimal): -3827689 or 1546437. OLE color: 1546437.

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

Color convert

RGB 197 152 23 -
CMYK 0 0.23 0.88 0.23
HSL 44.48º 0.79% 0.43% -
HSV(B) 44.48º 0.88% 0.77% -
XYZ 34.41 34.39 5.63 -
YUV 150.75 55.91 160.99 -
System Red Green Blue C M Y K H S L
Decimal 197 152 23 0 0.23 0.88 0.23 44.48 0.79 0.43
Hex C5 98 17 0 17 58 17 2C 4F 2B
Octal 305 230 27 0 27 130 27 54 117 53
Binary 11000101 10011000 10111 0 10111 1011000 10111 101100 1001111 101011

Color Harmonies of #C59817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59817

Black with #C59817

Text Example


Text Example

White with #C59817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59817; }

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

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

background-color css

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

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

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

border-color css

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

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

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