Html Css Color HEX #C79B04 Buddha Gold

📋 copy color: '#C79B04'

red 199 ◦ green 155 ◦ blue 4

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

Shades of Buddha Gold #C79B04

Tints of Buddha Gold #C79B04

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.3%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 55.59%
G = 43.3%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C79B04 (or 0xC79B04) is known color: Buddha Gold. HEX triplet: C7, 9B and 04. RGB value is (199,155,4). Sum of RGB (Red+Green+Blue) = 199+155+4=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79B04 is #3864FB. Grayscale: #979797. Windows color (decimal): -3695868 or 302023. OLE color: 302023.

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

Color convert

RGB 199 155 4 -
CMYK 0 0.22 0.98 0.22
HSL 46.46º 0.96% 0.4% -
HSV(B) 46.46º 0.98% 0.78% -
XYZ 35.3 35.59 5.12 -
YUV 150.94 45.08 162.28 -
System Red Green Blue C M Y K H S L
Decimal 199 155 4 0 0.22 0.98 0.22 46.46 0.96 0.4
Hex C7 9B 4 0 16 62 16 2E 60 28
Octal 307 233 4 0 26 142 26 56 140 50
Binary 11000111 10011011 100 0 10110 1100010 10110 101110 1100000 101000

Color Harmonies of #C79B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79B04

Black with #C79B04

Text Example


Text Example

White with #C79B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79B04; }

 p { color: rgb(199,155,4); }

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

background-color css

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

 a { background-color: rgb(199,155,4); }

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

border-color css

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

 span { border-color: rgb(199,155,4); }

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