Html Css Color HEX #C79218 Buddha Gold

📋 copy color: '#C79218'

red 199 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #C79218

Tints of Buddha Gold #C79218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.57%

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

R = 53.93%
G = 39.57%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C79218 (or 0xC79218) is known color: Buddha Gold. HEX triplet: C7, 92 and 18. RGB value is (199,146,24). Sum of RGB (Red+Green+Blue) = 199+146+24=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C79218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79218 is #386DE7. Grayscale: #949494. Windows color (decimal): -3698152 or 1610439. OLE color: 1610439.

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

Color convert

RGB 199 146 24 -
CMYK 0 0.27 0.88 0.22
HSL 41.83º 0.78% 0.44% -
HSV(B) 41.83º 0.88% 0.78% -
XYZ 34 32.77 5.4 -
YUV 147.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 199 146 24 0 0.27 0.88 0.22 41.83 0.78 0.44
Hex C7 92 18 0 1B 58 16 2A 4E 2C
Octal 307 222 30 0 33 130 26 52 116 54
Binary 11000111 10010010 11000 0 11011 1011000 10110 101010 1001110 101100

Color Harmonies of #C79218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79218

Black with #C79218

Text Example


Text Example

White with #C79218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79218; }

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

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

background-color css

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

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

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

border-color css

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

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

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