Html Css Color HEX #C79E07 Buddha Gold

📋 copy color: '#C79E07'

red 199 ◦ green 158 ◦ blue 7

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

Shades of Buddha Gold #C79E07

Tints of Buddha Gold #C79E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 54.67%
G = 43.41%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C79E07 (or 0xC79E07) is known color: Buddha Gold. HEX triplet: C7, 9E and 07. RGB value is (199,158,7). Sum of RGB (Red+Green+Blue) = 199+158+7=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79E07 is #3861F8. Grayscale: #999999. Windows color (decimal): -3695097 or 499399. OLE color: 499399.

HSL color Cylindrical-coordinate representation of color #C79E07: hue angle of 47.19º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C79E07 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 158 7 -
CMYK 0 0.21 0.96 0.22
HSL 47.19º 0.93% 0.4% -
HSV(B) 47.19º 0.96% 0.78% -
XYZ 35.82 36.61 5.38 -
YUV 153.05 45.58 160.78 -
System Red Green Blue C M Y K H S L
Decimal 199 158 7 0 0.21 0.96 0.22 47.19 0.93 0.4
Hex C7 9E 7 0 15 60 16 2F 5D 28
Octal 307 236 7 0 25 140 26 57 135 50
Binary 11000111 10011110 111 0 10101 1100000 10110 101111 1011101 101000

Color Harmonies of #C79E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79E07

Black with #C79E07

Text Example


Text Example

White with #C79E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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