Html Css Color HEX #C79410 Buddha Gold

📋 copy color: '#C79410'

red 199 ◦ green 148 ◦ blue 16

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

Shades of Buddha Gold #C79410

Tints of Buddha Gold #C79410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

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

R = 54.82%
G = 40.77%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C79410 (or 0xC79410) is known color: Buddha Gold. HEX triplet: C7, 94 and 10. RGB value is (199,148,16). Sum of RGB (Red+Green+Blue) = 199+148+16=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C79410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79410 is #386BEF. Grayscale: #949494. Windows color (decimal): -3697648 or 1086663. OLE color: 1086663.

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

Color convert

RGB 199 148 16 -
CMYK 0 0.26 0.92 0.22
HSL 43.28º 0.85% 0.42% -
HSV(B) 43.28º 0.92% 0.78% -
XYZ 34.24 33.36 5.12 -
YUV 148.2 53.4 164.23 -
System Red Green Blue C M Y K H S L
Decimal 199 148 16 0 0.26 0.92 0.22 43.28 0.85 0.42
Hex C7 94 10 0 1A 5C 16 2B 55 2A
Octal 307 224 20 0 32 134 26 53 125 52
Binary 11000111 10010100 10000 0 11010 1011100 10110 101011 1010101 101010

Color Harmonies of #C79410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79410

Black with #C79410

Text Example


Text Example

White with #C79410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79410; }

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

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

background-color css

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

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

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

border-color css

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

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

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