Html Css Color HEX #C98D19 Nugget

📋 copy color: '#C98D19'

red 201 ◦ green 141 ◦ blue 25

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

Shades of Nugget #C98D19

Tints of Nugget #C98D19

RGB

 RED value IS 201 (78.91% from 255) = 54.77%

 GREEN value IS 141 (55.47% from 255) = 38.42%

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 54.77%
G = 38.42%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98D19 (or 0xC98D19) is known color: Nugget. HEX triplet: C9, 8D and 19. RGB value is (201,141,25). Sum of RGB (Red+Green+Blue) = 201+141+25=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98D19 is #3672E6. Grayscale: #929292. Windows color (decimal): -3568359 or 1674697. OLE color: 1674697.

HSL color Cylindrical-coordinate representation of color #C98D19: hue angle of 39.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C98D19 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 25 -
CMYK 0 0.30 0.88 0.21
HSL 39.55º 0.78% 0.44% -
HSV(B) 39.55º 0.88% 0.79% -
XYZ 33.79 31.54 5.23 -
YUV 145.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 201 141 25 0 0.30 0.88 0.21 39.55 0.78 0.44
Hex C9 8D 19 0 1E 58 15 28 4E 2C
Octal 311 215 31 0 36 130 25 50 116 54
Binary 11001001 10001101 11001 0 11110 1011000 10101 101000 1001110 101100

Color Harmonies of #C98D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D19

Black with #C98D19

Text Example


Text Example

White with #C98D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D19; }

 p { color: rgb(201,141,25); }

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

background-color css

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

 a { background-color: rgb(201,141,25); }

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

border-color css

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

 span { border-color: rgb(201,141,25); }

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