Html Css Color HEX #C79511 Buddha Gold

📋 copy color: '#C79511'

red 199 ◦ green 149 ◦ blue 17

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

Shades of Buddha Gold #C79511

Tints of Buddha Gold #C79511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

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

R = 54.52%
G = 40.82%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C79511 (or 0xC79511) is known color: Buddha Gold. HEX triplet: C7, 95 and 11. RGB value is (199,149,17). Sum of RGB (Red+Green+Blue) = 199+149+17=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C79511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79511 is #386AEE. Grayscale: #959595. Windows color (decimal): -3697391 or 1152455. OLE color: 1152455.

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

Color convert

RGB 199 149 17 -
CMYK 0 0.25 0.91 0.22
HSL 43.52º 0.84% 0.42% -
HSV(B) 43.52º 0.91% 0.78% -
XYZ 34.4 33.68 5.22 -
YUV 148.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 199 149 17 0 0.25 0.91 0.22 43.52 0.84 0.42
Hex C7 95 11 0 19 5B 16 2C 54 2A
Octal 307 225 21 0 31 133 26 54 124 52
Binary 11000111 10010101 10001 0 11001 1011011 10110 101100 1010100 101010

Color Harmonies of #C79511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79511

Black with #C79511

Text Example


Text Example

White with #C79511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79511; }

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

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

background-color css

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

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

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

border-color css

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

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

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