Html Css Color HEX #C79918 Buddha Gold

📋 copy color: '#C79918'

red 199 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #C79918

Tints of Buddha Gold #C79918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 52.93%
G = 40.69%
B = 6.38%

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

#C79918 (or 0xC79918) is known color: Buddha Gold. HEX triplet: C7, 99 and 18. RGB value is (199,153,24). Sum of RGB (Red+Green+Blue) = 199+153+24=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C79918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79918 is #3866E7. Grayscale: #989898. Windows color (decimal): -3696360 or 1612231. OLE color: 1612231.

HSL color Cylindrical-coordinate representation of color #C79918: hue angle of 44.23º degrees, saturation: 0.78, 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 #C79918 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 153 24 -
CMYK 0 0.23 0.88 0.22
HSL 44.23º 0.78% 0.44% -
HSV(B) 44.23º 0.88% 0.78% -
XYZ 35.11 34.99 5.77 -
YUV 152.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 199 153 24 0 0.23 0.88 0.22 44.23 0.78 0.44
Hex C7 99 18 0 17 58 16 2C 4E 2C
Octal 307 231 30 0 27 130 26 54 116 54
Binary 11000111 10011001 11000 0 10111 1011000 10110 101100 1001110 101100

Color Harmonies of #C79918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79918

Black with #C79918

Text Example


Text Example

White with #C79918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79918; }

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

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

background-color css

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

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

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

border-color css

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

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

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