Html Css Color HEX #C79E14 Buddha Gold

📋 copy color: '#C79E14'

red 199 ◦ green 158 ◦ blue 20

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

Shades of Buddha Gold #C79E14

Tints of Buddha Gold #C79E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.91%

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

R = 52.79%
G = 41.91%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C79E14 (or 0xC79E14) is known color: Buddha Gold. HEX triplet: C7, 9E and 14. RGB value is (199,158,20). Sum of RGB (Red+Green+Blue) = 199+158+20=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79E14 is #3861EB. Grayscale: #9B9B9B. Windows color (decimal): -3695084 or 1351367. OLE color: 1351367.

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

Color convert

RGB 199 158 20 -
CMYK 0 0.21 0.90 0.22
HSL 46.26º 0.82% 0.43% -
HSV(B) 46.26º 0.9% 0.78% -
XYZ 35.91 36.65 5.84 -
YUV 154.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 199 158 20 0 0.21 0.90 0.22 46.26 0.82 0.43
Hex C7 9E 14 0 15 5A 16 2E 52 2B
Octal 307 236 24 0 25 132 26 56 122 53
Binary 11000111 10011110 10100 0 10101 1011010 10110 101110 1010010 101011

Color Harmonies of #C79E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79E14

Black with #C79E14

Text Example


Text Example

White with #C79E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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