Html Css Color HEX #C79917 Buddha Gold

📋 copy color: '#C79917'

red 199 ◦ green 153 ◦ blue 23

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

Shades of Buddha Gold #C79917

Tints of Buddha Gold #C79917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 53.07%
G = 40.8%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C79917 (or 0xC79917) is known color: Buddha Gold. HEX triplet: C7, 99 and 17. RGB value is (199,153,23). Sum of RGB (Red+Green+Blue) = 199+153+23=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C79917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79917 is #3866E8. Grayscale: #989898. Windows color (decimal): -3696361 or 1546695. OLE color: 1546695.

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

Color convert

RGB 199 153 23 -
CMYK 0 0.23 0.88 0.22
HSL 44.32º 0.79% 0.44% -
HSV(B) 44.32º 0.88% 0.78% -
XYZ 35.1 34.99 5.71 -
YUV 151.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 199 153 23 0 0.23 0.88 0.22 44.32 0.79 0.44
Hex C7 99 17 0 17 58 16 2C 4F 2C
Octal 307 231 27 0 27 130 26 54 117 54
Binary 11000111 10011001 10111 0 10111 1011000 10110 101100 1001111 101100

Color Harmonies of #C79917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79917

Black with #C79917

Text Example


Text Example

White with #C79917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79917; }

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

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

background-color css

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

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

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

border-color css

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

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

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