Html Css Color HEX #D98E32 Fuel Yellow

📋 copy color: '#D98E32'

red 217 ◦ green 142 ◦ blue 50

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

Shades of Fuel Yellow #D98E32

Tints of Fuel Yellow #D98E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 53.06%
G = 34.72%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D98E32 (or 0xD98E32) is known color: Fuel Yellow. HEX triplet: D9, 8E and 32. RGB value is (217,142,50). Sum of RGB (Red+Green+Blue) = 217+142+50=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E32 is #2671CD. Grayscale: #9A9A9A. Windows color (decimal): -2519502 or 3313369. OLE color: 3313369.

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

Color convert

RGB 217 142 50 -
CMYK 0 0.35 0.77 0.15
HSL 33.05º 0.69% 0.52% -
HSV(B) 33.05º 0.77% 0.85% -
XYZ 38.86 34.33 7.6 -
YUV 153.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 217 142 50 0 0.35 0.77 0.15 33.05 0.69 0.52
Hex D9 8E 32 0 23 4D F 21 45 34
Octal 331 216 62 0 43 115 17 41 105 64
Binary 11011001 10001110 110010 0 100011 1001101 1111 100001 1000101 110100

Color Harmonies of #D98E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E32

Black with #D98E32

Text Example


Text Example

White with #D98E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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