Html Css Color HEX #C59711 Buddha Gold

📋 copy color: '#C59711'

red 197 ◦ green 151 ◦ blue 17

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

Shades of Buddha Gold #C59711

Tints of Buddha Gold #C59711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 53.97%
G = 41.37%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C59711 (or 0xC59711) is known color: Buddha Gold. HEX triplet: C5, 97 and 11. RGB value is (197,151,17). Sum of RGB (Red+Green+Blue) = 197+151+17=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C59711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59711 is #3A68EE. Grayscale: #969696. Windows color (decimal): -3827951 or 1152965. OLE color: 1152965.

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

Color convert

RGB 197 151 17 -
CMYK 0 0.23 0.91 0.23
HSL 44.67º 0.84% 0.42% -
HSV(B) 44.67º 0.91% 0.77% -
XYZ 34.19 34.04 5.3 -
YUV 149.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 197 151 17 0 0.23 0.91 0.23 44.67 0.84 0.42
Hex C5 97 11 0 17 5B 17 2D 54 2A
Octal 305 227 21 0 27 133 27 55 124 52
Binary 11000101 10010111 10001 0 10111 1011011 10111 101101 1010100 101010

Color Harmonies of #C59711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59711

Black with #C59711

Text Example


Text Example

White with #C59711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59711; }

 p { color: rgb(197,151,17); }

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

background-color css

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

 a { background-color: rgb(197,151,17); }

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

border-color css

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

 span { border-color: rgb(197,151,17); }

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