Html Css Color HEX #C79F11 Buddha Gold

📋 copy color: '#C79F11'

red 199 ◦ green 159 ◦ blue 17

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

Shades of Buddha Gold #C79F11

Tints of Buddha Gold #C79F11

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

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

R = 53.07%
G = 42.4%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C79F11 (or 0xC79F11) is known color: Buddha Gold. HEX triplet: C7, 9F and 11. RGB value is (199,159,17). Sum of RGB (Red+Green+Blue) = 199+159+17=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79F11 is #3860EE. Grayscale: #9B9B9B. Windows color (decimal): -3694831 or 1155015. OLE color: 1155015.

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

Color convert

RGB 199 159 17 -
CMYK 0 0.20 0.91 0.22
HSL 46.81º 0.84% 0.42% -
HSV(B) 46.81º 0.91% 0.78% -
XYZ 36.05 36.98 5.77 -
YUV 154.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 199 159 17 0 0.20 0.91 0.22 46.81 0.84 0.42
Hex C7 9F 11 0 14 5B 16 2F 54 2A
Octal 307 237 21 0 24 133 26 57 124 52
Binary 11000111 10011111 10001 0 10100 1011011 10110 101111 1010100 101010

Color Harmonies of #C79F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79F11

Black with #C79F11

Text Example


Text Example

White with #C79F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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