Html Css Color HEX #C79611 Buddha Gold

📋 copy color: '#C79611'

red 199 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #C79611

Tints of Buddha Gold #C79611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

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

R = 54.37%
G = 40.98%
B = 4.64%

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

#C79611 (or 0xC79611) is known color: Buddha Gold. HEX triplet: C7, 96 and 11. RGB value is (199,150,17). Sum of RGB (Red+Green+Blue) = 199+150+17=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C79611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79611 is #3869EE. Grayscale: #969696. Windows color (decimal): -3697135 or 1152711. OLE color: 1152711.

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

Color convert

RGB 199 150 17 -
CMYK 0 0.25 0.91 0.22
HSL 43.85º 0.84% 0.42% -
HSV(B) 43.85º 0.91% 0.78% -
XYZ 34.56 34 5.27 -
YUV 149.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 199 150 17 0 0.25 0.91 0.22 43.85 0.84 0.42
Hex C7 96 11 0 19 5B 16 2C 54 2A
Octal 307 226 21 0 31 133 26 54 124 52
Binary 11000111 10010110 10001 0 11001 1011011 10110 101100 1010100 101010

Color Harmonies of #C79611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79611

Black with #C79611

Text Example


Text Example

White with #C79611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79611; }

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

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

background-color css

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

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

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

border-color css

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

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

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