Html Css Color HEX #C79919 Buddha Gold

📋 copy color: '#C79919'

red 199 ◦ green 153 ◦ blue 25

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

Shades of Buddha Gold #C79919

Tints of Buddha Gold #C79919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.63%

R = 52.79%
G = 40.58%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C79919 (or 0xC79919) is known color: Buddha Gold. HEX triplet: C7, 99 and 19. RGB value is (199,153,25). Sum of RGB (Red+Green+Blue) = 199+153+25=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C79919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79919 is #3866E6. Grayscale: #989898. Windows color (decimal): -3696359 or 1677767. OLE color: 1677767.

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

Color convert

RGB 199 153 25 -
CMYK 0 0.23 0.87 0.22
HSL 44.14º 0.78% 0.44% -
HSV(B) 44.14º 0.87% 0.78% -
XYZ 35.12 34.99 5.82 -
YUV 152.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 199 153 25 0 0.23 0.87 0.22 44.14 0.78 0.44
Hex C7 99 19 0 17 57 16 2C 4E 2C
Octal 307 231 31 0 27 127 26 54 116 54
Binary 11000111 10011001 11001 0 10111 1010111 10110 101100 1001110 101100

Color Harmonies of #C79919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79919

Black with #C79919

Text Example


Text Example

White with #C79919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79919; }

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

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

background-color css

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

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

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

border-color css

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

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

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