Html Css Color HEX #D98E30 Fuel Yellow

📋 copy color: '#D98E30'

red 217 ◦ green 142 ◦ blue 48

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

Shades of Fuel Yellow #D98E30

Tints of Fuel Yellow #D98E30

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.89%

 BLUE value IS 48 (19.14% from 255) = 11.79%

R = 53.32%
G = 34.89%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D98E30 (or 0xD98E30) is known color: Fuel Yellow. HEX triplet: D9, 8E and 30. RGB value is (217,142,48). Sum of RGB (Red+Green+Blue) = 217+142+48=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E30 is #2671CF. Grayscale: #9A9A9A. Windows color (decimal): -2519504 or 3182297. OLE color: 3182297.

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

Color convert

RGB 217 142 48 -
CMYK 0 0.35 0.78 0.15
HSL 33.37º 0.69% 0.52% -
HSV(B) 33.37º 0.78% 0.85% -
XYZ 38.82 34.31 7.37 -
YUV 153.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 217 142 48 0 0.35 0.78 0.15 33.37 0.69 0.52
Hex D9 8E 30 0 23 4E F 21 45 34
Octal 331 216 60 0 43 116 17 41 105 64
Binary 11011001 10001110 110000 0 100011 1001110 1111 100001 1000101 110100

Color Harmonies of #D98E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E30

Black with #D98E30

Text Example


Text Example

White with #D98E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E30; }

 p { color: rgb(217,142,48); }

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

background-color css

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

 a { background-color: rgb(217,142,48); }

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

border-color css

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

 span { border-color: rgb(217,142,48); }

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