Html Css Color HEX #C79211 Buddha Gold

📋 copy color: '#C79211'

red 199 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #C79211

Tints of Buddha Gold #C79211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 54.97%
G = 40.33%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C79211 (or 0xC79211) is known color: Buddha Gold. HEX triplet: C7, 92 and 11. RGB value is (199,146,17). Sum of RGB (Red+Green+Blue) = 199+146+17=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C79211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79211 is #386DEE. Grayscale: #939393. Windows color (decimal): -3698159 or 1151687. OLE color: 1151687.

HSL color Cylindrical-coordinate representation of color #C79211: hue angle of 42.53º 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 #C79211 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 146 17 -
CMYK 0 0.27 0.91 0.22
HSL 42.53º 0.84% 0.42% -
HSV(B) 42.53º 0.91% 0.78% -
XYZ 33.93 32.74 5.06 -
YUV 147.14 54.56 164.99 -
System Red Green Blue C M Y K H S L
Decimal 199 146 17 0 0.27 0.91 0.22 42.53 0.84 0.42
Hex C7 92 11 0 1B 5B 16 2B 54 2A
Octal 307 222 21 0 33 133 26 53 124 52
Binary 11000111 10010010 10001 0 11011 1011011 10110 101011 1010100 101010

Color Harmonies of #C79211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79211

Black with #C79211

Text Example


Text Example

White with #C79211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79211; }

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

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

background-color css

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

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

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

border-color css

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

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

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