Html Css Color HEX #C79A10 Buddha Gold

📋 copy color: '#C79A10'

red 199 ◦ green 154 ◦ blue 16

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

Shades of Buddha Gold #C79A10

Tints of Buddha Gold #C79A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 53.93%
G = 41.73%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C79A10 (or 0xC79A10) is known color: Buddha Gold. HEX triplet: C7, 9A and 10. RGB value is (199,154,16). Sum of RGB (Red+Green+Blue) = 199+154+16=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79A10 is #3865EF. Grayscale: #989898. Windows color (decimal): -3696112 or 1088199. OLE color: 1088199.

HSL color Cylindrical-coordinate representation of color #C79A10: hue angle of 45.25º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C79A10 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 154 16 -
CMYK 0 0.23 0.92 0.22
HSL 45.25º 0.85% 0.42% -
HSV(B) 45.25º 0.92% 0.78% -
XYZ 35.2 35.29 5.45 -
YUV 151.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 199 154 16 0 0.23 0.92 0.22 45.25 0.85 0.42
Hex C7 9A 10 0 17 5C 16 2D 55 2A
Octal 307 232 20 0 27 134 26 55 125 52
Binary 11000111 10011010 10000 0 10111 1011100 10110 101101 1010101 101010

Color Harmonies of #C79A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79A10

Black with #C79A10

Text Example


Text Example

White with #C79A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79A10; }

 p { color: rgb(199,154,16); }

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

background-color css

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

 a { background-color: rgb(199,154,16); }

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

border-color css

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

 span { border-color: rgb(199,154,16); }

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