Html Css Color HEX #C79B11 Buddha Gold

📋 copy color: '#C79B11'

red 199 ◦ green 155 ◦ blue 17

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

Shades of Buddha Gold #C79B11

Tints of Buddha Gold #C79B11

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.78%

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

R = 53.64%
G = 41.78%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C79B11 (or 0xC79B11) is known color: Buddha Gold. HEX triplet: C7, 9B and 11. RGB value is (199,155,17). Sum of RGB (Red+Green+Blue) = 199+155+17=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79B11 is #3864EE. Grayscale: #999999. Windows color (decimal): -3695855 or 1153991. OLE color: 1153991.

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

Color convert

RGB 199 155 17 -
CMYK 0 0.22 0.91 0.22
HSL 45.49º 0.84% 0.42% -
HSV(B) 45.49º 0.91% 0.78% -
XYZ 35.38 35.63 5.54 -
YUV 152.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 199 155 17 0 0.22 0.91 0.22 45.49 0.84 0.42
Hex C7 9B 11 0 16 5B 16 2D 54 2A
Octal 307 233 21 0 26 133 26 55 124 52
Binary 11000111 10011011 10001 0 10110 1011011 10110 101101 1010100 101010

Color Harmonies of #C79B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79B11

Black with #C79B11

Text Example


Text Example

White with #C79B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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