Html Css Color HEX #C79710 Buddha Gold

📋 copy color: '#C79710'

red 199 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #C79710

Tints of Buddha Gold #C79710

RGB

 RED value IS 199 (78.13% from 255) = 54.37%

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

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 54.37%
G = 41.26%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C79710 (or 0xC79710) is known color: Buddha Gold. HEX triplet: C7, 97 and 10. RGB value is (199,151,16). Sum of RGB (Red+Green+Blue) = 199+151+16=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C79710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79710 is #3868EF. Grayscale: #969696. Windows color (decimal): -3696880 or 1087431. OLE color: 1087431.

HSL color Cylindrical-coordinate representation of color #C79710: hue angle of 44.26º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C79710 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 151 16 -
CMYK 0 0.24 0.92 0.22
HSL 44.26º 0.85% 0.42% -
HSV(B) 44.26º 0.92% 0.78% -
XYZ 34.71 34.31 5.28 -
YUV 149.96 52.4 162.98 -
System Red Green Blue C M Y K H S L
Decimal 199 151 16 0 0.24 0.92 0.22 44.26 0.85 0.42
Hex C7 97 10 0 18 5C 16 2C 55 2A
Octal 307 227 20 0 30 134 26 54 125 52
Binary 11000111 10010111 10000 0 11000 1011100 10110 101100 1010101 101010

Color Harmonies of #C79710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79710

Black with #C79710

Text Example


Text Example

White with #C79710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79710; }

 p { color: rgb(199,151,16); }

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

background-color css

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

 a { background-color: rgb(199,151,16); }

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

border-color css

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

 span { border-color: rgb(199,151,16); }

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