Html Css Color HEX #C79A06 Buddha Gold

📋 copy color: '#C79A06'

red 199 ◦ green 154 ◦ blue 6

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

Shades of Buddha Gold #C79A06

Tints of Buddha Gold #C79A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 55.43%
G = 42.9%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C79A06 (or 0xC79A06) is known color: Buddha Gold. HEX triplet: C7, 9A and 06. RGB value is (199,154,6). Sum of RGB (Red+Green+Blue) = 199+154+6=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79A06 is #3865F9. Grayscale: #979797. Windows color (decimal): -3696122 or 432839. OLE color: 432839.

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

Color convert

RGB 199 154 6 -
CMYK 0 0.23 0.97 0.22
HSL 46.01º 0.94% 0.4% -
HSV(B) 46.01º 0.97% 0.78% -
XYZ 35.14 35.27 5.13 -
YUV 150.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 199 154 6 0 0.23 0.97 0.22 46.01 0.94 0.4
Hex C7 9A 6 0 17 61 16 2E 5E 28
Octal 307 232 6 0 27 141 26 56 136 50
Binary 11000111 10011010 110 0 10111 1100001 10110 101110 1011110 101000

Color Harmonies of #C79A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79A06

Black with #C79A06

Text Example


Text Example

White with #C79A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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