Html Css Color HEX #D98D3C Fuel Yellow

📋 copy color: '#D98D3C'

red 217 ◦ green 141 ◦ blue 60

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

Shades of Fuel Yellow #D98D3C

Tints of Fuel Yellow #D98D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 51.91%
G = 33.73%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D98D3C (or 0xD98D3C) is known color: Fuel Yellow. HEX triplet: D9, 8D and 3C. RGB value is (217,141,60). Sum of RGB (Red+Green+Blue) = 217+141+60=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D3C is #2672C3. Grayscale: #9A9A9A. Windows color (decimal): -2519748 or 3968473. OLE color: 3968473.

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

Color convert

RGB 217 141 60 -
CMYK 0 0.35 0.72 0.15
HSL 30.96º 0.67% 0.54% -
HSV(B) 30.96º 0.72% 0.85% -
XYZ 38.96 34.13 8.81 -
YUV 154.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 217 141 60 0 0.35 0.72 0.15 30.96 0.67 0.54
Hex D9 8D 3C 0 23 48 F 1F 43 36
Octal 331 215 74 0 43 110 17 37 103 66
Binary 11011001 10001101 111100 0 100011 1001000 1111 11111 1000011 110110

Color Harmonies of #D98D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D3C

Black with #D98D3C

Text Example


Text Example

White with #D98D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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