Html Css Color HEX #D98D36 Fuel Yellow

📋 copy color: '#D98D36'

red 217 ◦ green 141 ◦ blue 54

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

Shades of Fuel Yellow #D98D36

Tints of Fuel Yellow #D98D36

RGB

 RED value IS 217 (85.16% from 255) = 52.67%

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

 BLUE value IS 54 (21.48% from 255) = 13.11%

R = 52.67%
G = 34.22%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D98D36 (or 0xD98D36) is known color: Fuel Yellow. HEX triplet: D9, 8D and 36. RGB value is (217,141,54). Sum of RGB (Red+Green+Blue) = 217+141+54=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D36 is #2672C9. Grayscale: #9A9A9A. Windows color (decimal): -2519754 or 3575257. OLE color: 3575257.

HSL color Cylindrical-coordinate representation of color #D98D36: hue angle of 32.02º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D98D36 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 54 -
CMYK 0 0.35 0.75 0.15
HSL 32.02º 0.68% 0.53% -
HSV(B) 32.02º 0.75% 0.85% -
XYZ 38.81 34.07 8.02 -
YUV 153.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 217 141 54 0 0.35 0.75 0.15 32.02 0.68 0.53
Hex D9 8D 36 0 23 4B F 20 44 35
Octal 331 215 66 0 43 113 17 40 104 65
Binary 11011001 10001101 110110 0 100011 1001011 1111 100000 1000100 110101

Color Harmonies of #D98D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D36

Black with #D98D36

Text Example


Text Example

White with #D98D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D36; }

 p { color: rgb(217,141,54); }

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

background-color css

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

 a { background-color: rgb(217,141,54); }

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

border-color css

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

 span { border-color: rgb(217,141,54); }

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