Html Css Color HEX #C98D23 Nugget

📋 copy color: '#C98D23'

red 201 ◦ green 141 ◦ blue 35

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

Shades of Nugget #C98D23

Tints of Nugget #C98D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.28%

R = 53.32%
G = 37.4%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98D23 (or 0xC98D23) is known color: Nugget. HEX triplet: C9, 8D and 23. RGB value is (201,141,35). Sum of RGB (Red+Green+Blue) = 201+141+35=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D23 is #3672DC. Grayscale: #939393. Windows color (decimal): -3568349 or 2330057. OLE color: 2330057.

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

Color convert

RGB 201 141 35 -
CMYK 0 0.30 0.83 0.21
HSL 38.31º 0.7% 0.46% -
HSV(B) 38.31º 0.83% 0.79% -
XYZ 33.92 31.59 5.9 -
YUV 146.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 201 141 35 0 0.30 0.83 0.21 38.31 0.7 0.46
Hex C9 8D 23 0 1E 53 15 26 46 2E
Octal 311 215 43 0 36 123 25 46 106 56
Binary 11001001 10001101 100011 0 11110 1010011 10101 100110 1000110 101110

Color Harmonies of #C98D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D23

Black with #C98D23

Text Example


Text Example

White with #C98D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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