Html Css Color HEX #C79614 Buddha Gold

📋 copy color: '#C79614'

red 199 ◦ green 150 ◦ blue 20

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

Shades of Buddha Gold #C79614

Tints of Buddha Gold #C79614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 53.93%
G = 40.65%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C79614 (or 0xC79614) is known color: Buddha Gold. HEX triplet: C7, 96 and 14. RGB value is (199,150,20). Sum of RGB (Red+Green+Blue) = 199+150+20=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C79614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79614 is #3869EB. Grayscale: #969696. Windows color (decimal): -3697132 or 1349319. OLE color: 1349319.

HSL color Cylindrical-coordinate representation of color #C79614: hue angle of 43.58º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C79614 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 20 -
CMYK 0 0.25 0.90 0.22
HSL 43.58º 0.82% 0.43% -
HSV(B) 43.58º 0.9% 0.78% -
XYZ 34.59 34.01 5.4 -
YUV 149.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 199 150 20 0 0.25 0.90 0.22 43.58 0.82 0.43
Hex C7 96 14 0 19 5A 16 2C 52 2B
Octal 307 226 24 0 31 132 26 54 122 53
Binary 11000111 10010110 10100 0 11001 1011010 10110 101100 1010010 101011

Color Harmonies of #C79614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79614

Black with #C79614

Text Example


Text Example

White with #C79614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79614; }

 p { color: rgb(199,150,20); }

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

background-color css

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

 a { background-color: rgb(199,150,20); }

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

border-color css

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

 span { border-color: rgb(199,150,20); }

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