#C98D1F

Color #C98D1F Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C98D1F

Tints of Nugget #C98D1F

Color information

#C98D1F (or 0xC98D1F) is unknown color: approx Nugget. HEX triplet: C9, 8D and 1F. RGB value is (201,141,31). Sum of RGB (Red+Green+Blue) = 201+141+31=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D1F is #3672E0. Grayscale: #929292. Windows color (decimal): -3568353 or 2067913. OLE color: 2067913.

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

Color convert

RGB20114131-
CMYK00.300.850.21
HSL38.82º73.28%45.49%-
HSV(B)38.82º84.58%78.82%-
XYZ33.8631.575.6-
YUV146.462.88166.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 31 (12.5% from 255) = 8.31%
R=53.89%
G=37.80%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011413100.300.850.2138.8273.2845.49
HexC98D1F01E551527492d
Octal31121537036125254711155
Binary1100100110001101111110111101010101101011001111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D1F; }

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

 H1.HeaderClassName
 {
   color: #C98D1F;
 }
 .AnyTagClassName
 {
   color: #C98D1F;
 }
</style>
background-color css

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

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

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

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

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

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