Html Css Color HEX #C79F26 Buddha Gold

📋 copy color: '#C79F26'

red 199 ◦ green 159 ◦ blue 38

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

Shades of Buddha Gold #C79F26

Tints of Buddha Gold #C79F26

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.15%

 BLUE value IS 38 (15.23% from 255) = 9.6%

R = 50.25%
G = 40.15%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C79F26 (or 0xC79F26) is known color: Buddha Gold. HEX triplet: C7, 9F and 26. RGB value is (199,159,38). Sum of RGB (Red+Green+Blue) = 199+159+38=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79F26 is #3860D9. Grayscale: #9D9D9D. Windows color (decimal): -3694810 or 2531271. OLE color: 2531271.

HSL color Cylindrical-coordinate representation of color #C79F26: hue angle of 45.09º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C79F26 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 159 38 -
CMYK 0 0.20 0.81 0.22
HSL 45.09º 0.68% 0.46% -
HSV(B) 45.09º 0.81% 0.78% -
XYZ 36.3 37.08 7.08 -
YUV 157.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 199 159 38 0 0.20 0.81 0.22 45.09 0.68 0.46
Hex C7 9F 26 0 14 51 16 2D 44 2E
Octal 307 237 46 0 24 121 26 55 104 56
Binary 11000111 10011111 100110 0 10100 1010001 10110 101101 1000100 101110

Color Harmonies of #C79F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79F26

Black with #C79F26

Text Example


Text Example

White with #C79F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79F26; }

 p { color: rgb(199,159,38); }

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

background-color css

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

 a { background-color: rgb(199,159,38); }

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

border-color css

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

 span { border-color: rgb(199,159,38); }

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