Html Css Color HEX #C79D2B Nugget

📋 copy color: '#C79D2B'

red 199 ◦ green 157 ◦ blue 43

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

Shades of Nugget #C79D2B

Tints of Nugget #C79D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 49.87%
G = 39.35%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C79D2B (or 0xC79D2B) is known color: Nugget. HEX triplet: C7, 9D and 2B. RGB value is (199,157,43). Sum of RGB (Red+Green+Blue) = 199+157+43=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D2B is #3862D4. Grayscale: #9D9D9D. Windows color (decimal): -3695317 or 2858439. OLE color: 2858439.

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

Color convert

RGB 199 157 43 -
CMYK 0 0.21 0.78 0.22
HSL 43.85º 0.64% 0.47% -
HSV(B) 43.85º 0.78% 0.78% -
XYZ 36.05 36.43 7.42 -
YUV 156.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 199 157 43 0 0.21 0.78 0.22 43.85 0.64 0.47
Hex C7 9D 2B 0 15 4E 16 2C 40 2F
Octal 307 235 53 0 25 116 26 54 100 57
Binary 11000111 10011101 101011 0 10101 1001110 10110 101100 1000000 101111

Color Harmonies of #C79D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79D2B

Black with #C79D2B

Text Example


Text Example

White with #C79D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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