Html Css Color HEX #C79311 Buddha Gold

📋 copy color: '#C79311'

red 199 ◦ green 147 ◦ blue 17

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

Shades of Buddha Gold #C79311

Tints of Buddha Gold #C79311

RGB

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

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

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

R = 54.82%
G = 40.5%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C79311 (or 0xC79311) is known color: Buddha Gold. HEX triplet: C7, 93 and 11. RGB value is (199,147,17). Sum of RGB (Red+Green+Blue) = 199+147+17=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C79311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79311 is #386CEE. Grayscale: #949494. Windows color (decimal): -3697903 or 1151943. OLE color: 1151943.

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

Color convert

RGB 199 147 17 -
CMYK 0 0.26 0.91 0.22
HSL 42.86º 0.84% 0.42% -
HSV(B) 42.86º 0.91% 0.78% -
XYZ 34.09 33.05 5.11 -
YUV 147.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 199 147 17 0 0.26 0.91 0.22 42.86 0.84 0.42
Hex C7 93 11 0 1A 5B 16 2B 54 2A
Octal 307 223 21 0 32 133 26 53 124 52
Binary 11000111 10010011 10001 0 11010 1011011 10110 101011 1010100 101010

Color Harmonies of #C79311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79311

Black with #C79311

Text Example


Text Example

White with #C79311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79311; }

 p { color: rgb(199,147,17); }

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

background-color css

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

 a { background-color: rgb(199,147,17); }

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

border-color css

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

 span { border-color: rgb(199,147,17); }

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