Html Css Color HEX #C79911 Buddha Gold

📋 copy color: '#C79911'

red 199 ◦ green 153 ◦ blue 17

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

Shades of Buddha Gold #C79911

Tints of Buddha Gold #C79911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 53.93%
G = 41.46%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C79911 (or 0xC79911) is known color: Buddha Gold. HEX triplet: C7, 99 and 11. RGB value is (199,153,17). Sum of RGB (Red+Green+Blue) = 199+153+17=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C79911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79911 is #3866EE. Grayscale: #979797. Windows color (decimal): -3696367 or 1153479. OLE color: 1153479.

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

Color convert

RGB 199 153 17 -
CMYK 0 0.23 0.91 0.22
HSL 44.84º 0.84% 0.42% -
HSV(B) 44.84º 0.91% 0.78% -
XYZ 35.05 34.97 5.43 -
YUV 151.25 52.24 162.06 -
System Red Green Blue C M Y K H S L
Decimal 199 153 17 0 0.23 0.91 0.22 44.84 0.84 0.42
Hex C7 99 11 0 17 5B 16 2D 54 2A
Octal 307 231 21 0 27 133 26 55 124 52
Binary 11000111 10011001 10001 0 10111 1011011 10110 101101 1010100 101010

Color Harmonies of #C79911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79911

Black with #C79911

Text Example


Text Example

White with #C79911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79911; }

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

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

background-color css

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

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

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

border-color css

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

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

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