Html Css Color HEX #C79F30 Nugget

📋 copy color: '#C79F30'

red 199 ◦ green 159 ◦ blue 48

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

Shades of Nugget #C79F30

Tints of Nugget #C79F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 49.01%
G = 39.16%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C79F30 (or 0xC79F30) is known color: Nugget. HEX triplet: C7, 9F and 30. RGB value is (199,159,48). Sum of RGB (Red+Green+Blue) = 199+159+48=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79F30 is #3860CF. Grayscale: #9E9E9E. Windows color (decimal): -3694800 or 3186631. OLE color: 3186631.

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

Color convert

RGB 199 159 48 -
CMYK 0 0.20 0.76 0.22
HSL 44.11º 0.61% 0.48% -
HSV(B) 44.11º 0.76% 0.78% -
XYZ 36.48 37.15 8.04 -
YUV 158.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 199 159 48 0 0.20 0.76 0.22 44.11 0.61 0.48
Hex C7 9F 30 0 14 4C 16 2C 3D 30
Octal 307 237 60 0 24 114 26 54 75 60
Binary 11000111 10011111 110000 0 10100 1001100 10110 101100 111101 110000

Color Harmonies of #C79F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79F30

Black with #C79F30

Text Example


Text Example

White with #C79F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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