Html Css Color HEX #C98D2C Fuel Yellow

📋 copy color: '#C98D2C'

red 201 ◦ green 141 ◦ blue 44

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

Shades of Fuel Yellow #C98D2C

Tints of Fuel Yellow #C98D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 52.07%
G = 36.53%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C98D2C (or 0xC98D2C) is known color: Fuel Yellow. HEX triplet: C9, 8D and 2C. RGB value is (201,141,44). Sum of RGB (Red+Green+Blue) = 201+141+44=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D2C is #3672D3. Grayscale: #949494. Windows color (decimal): -3568340 or 2919881. OLE color: 2919881.

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

Color convert

RGB 201 141 44 -
CMYK 0 0.30 0.78 0.21
HSL 37.07º 0.64% 0.48% -
HSV(B) 37.07º 0.78% 0.79% -
XYZ 34.07 31.65 6.7 -
YUV 147.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 201 141 44 0 0.30 0.78 0.21 37.07 0.64 0.48
Hex C9 8D 2C 0 1E 4E 15 25 40 30
Octal 311 215 54 0 36 116 25 45 100 60
Binary 11001001 10001101 101100 0 11110 1001110 10101 100101 1000000 110000

Color Harmonies of #C98D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D2C

Black with #C98D2C

Text Example


Text Example

White with #C98D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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