Html Css Color HEX #C79A1A Buddha Gold

📋 copy color: '#C79A1A'

red 199 ◦ green 154 ◦ blue 26

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

Shades of Buddha Gold #C79A1A

Tints of Buddha Gold #C79A1A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 52.51%
G = 40.63%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C79A1A (or 0xC79A1A) is known color: Buddha Gold. HEX triplet: C7, 9A and 1A. RGB value is (199,154,26). Sum of RGB (Red+Green+Blue) = 199+154+26=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79A1A is #3865E5. Grayscale: #999999. Windows color (decimal): -3696102 or 1743559. OLE color: 1743559.

HSL color Cylindrical-coordinate representation of color #C79A1A: hue angle of 44.39º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C79A1A is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 154 26 -
CMYK 0 0.23 0.87 0.22
HSL 44.39º 0.77% 0.44% -
HSV(B) 44.39º 0.87% 0.78% -
XYZ 35.3 35.33 5.94 -
YUV 152.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 199 154 26 0 0.23 0.87 0.22 44.39 0.77 0.44
Hex C7 9A 1A 0 17 57 16 2C 4D 2C
Octal 307 232 32 0 27 127 26 54 115 54
Binary 11000111 10011010 11010 0 10111 1010111 10110 101100 1001101 101100

Color Harmonies of #C79A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79A1A

Black with #C79A1A

Text Example


Text Example

White with #C79A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79A1A; }

 p { color: rgb(199,154,26); }

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

background-color css

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

 a { background-color: rgb(199,154,26); }

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

border-color css

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

 span { border-color: rgb(199,154,26); }

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