Html Css Color HEX #C98D1D Nugget

📋 copy color: '#C98D1D'

red 201 ◦ green 141 ◦ blue 29

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

Shades of Nugget #C98D1D

Tints of Nugget #C98D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 54.18%
G = 38.01%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C98D1D (or 0xC98D1D) is known color: Nugget. HEX triplet: C9, 8D and 1D. RGB value is (201,141,29). Sum of RGB (Red+Green+Blue) = 201+141+29=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D1D is #3672E2. Grayscale: #929292. Windows color (decimal): -3568355 or 1936841. OLE color: 1936841.

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

Color convert

RGB 201 141 29 -
CMYK 0 0.30 0.86 0.21
HSL 39.07º 0.75% 0.45% -
HSV(B) 39.07º 0.86% 0.79% -
XYZ 33.83 31.56 5.47 -
YUV 146.17 61.88 167.11 -
System Red Green Blue C M Y K H S L
Decimal 201 141 29 0 0.30 0.86 0.21 39.07 0.75 0.45
Hex C9 8D 1D 0 1E 56 15 27 4B 2D
Octal 311 215 35 0 36 126 25 47 113 55
Binary 11001001 10001101 11101 0 11110 1010110 10101 100111 1001011 101101

Color Harmonies of #C98D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D1D

Black with #C98D1D

Text Example


Text Example

White with #C98D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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