Html Css Color HEX #C79D1E Buddha Gold

📋 copy color: '#C79D1E'

red 199 ◦ green 157 ◦ blue 30

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

Shades of Buddha Gold #C79D1E

Tints of Buddha Gold #C79D1E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

 BLUE value IS 30 (12.11% from 255) = 7.77%

R = 51.55%
G = 40.67%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C79D1E (or 0xC79D1E) is known color: Buddha Gold. HEX triplet: C7, 9D and 1E. RGB value is (199,157,30). Sum of RGB (Red+Green+Blue) = 199+157+30=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D1E is #3862E1. Grayscale: #9B9B9B. Windows color (decimal): -3695330 or 2006471. OLE color: 2006471.

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

Color convert

RGB 199 157 30 -
CMYK 0 0.21 0.85 0.22
HSL 45.09º 0.74% 0.45% -
HSV(B) 45.09º 0.85% 0.78% -
XYZ 35.84 36.35 6.36 -
YUV 155.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 199 157 30 0 0.21 0.85 0.22 45.09 0.74 0.45
Hex C7 9D 1E 0 15 55 16 2D 4A 2D
Octal 307 235 36 0 25 125 26 55 112 55
Binary 11000111 10011101 11110 0 10101 1010101 10110 101101 1001010 101101

Color Harmonies of #C79D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79D1E

Black with #C79D1E

Text Example


Text Example

White with #C79D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79D1E; }

 p { color: rgb(199,157,30); }

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

background-color css

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

 a { background-color: rgb(199,157,30); }

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

border-color css

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

 span { border-color: rgb(199,157,30); }

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