Html Css Color HEX #C79914 Buddha Gold

📋 copy color: '#C79914'

red 199 ◦ green 153 ◦ blue 20

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

Shades of Buddha Gold #C79914

Tints of Buddha Gold #C79914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.13%

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

R = 53.49%
G = 41.13%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C79914 (or 0xC79914) is known color: Buddha Gold. HEX triplet: C7, 99 and 14. RGB value is (199,153,20). Sum of RGB (Red+Green+Blue) = 199+153+20=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C79914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79914 is #3866EB. Grayscale: #989898. Windows color (decimal): -3696364 or 1350087. OLE color: 1350087.

HSL color Cylindrical-coordinate representation of color #C79914: hue angle of 44.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 #C79914 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 153 20 -
CMYK 0 0.23 0.90 0.22
HSL 44.58º 0.82% 0.43% -
HSV(B) 44.58º 0.9% 0.78% -
XYZ 35.07 34.98 5.56 -
YUV 151.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 199 153 20 0 0.23 0.90 0.22 44.58 0.82 0.43
Hex C7 99 14 0 17 5A 16 2D 52 2B
Octal 307 231 24 0 27 132 26 55 122 53
Binary 11000111 10011001 10100 0 10111 1011010 10110 101101 1010010 101011

Color Harmonies of #C79914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79914

Black with #C79914

Text Example


Text Example

White with #C79914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79914; }

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

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

background-color css

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

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

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

border-color css

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

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

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