Html Css Color HEX #D98D34 Fuel Yellow

📋 copy color: '#D98D34'

red 217 ◦ green 141 ◦ blue 52

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

Shades of Fuel Yellow #D98D34

Tints of Fuel Yellow #D98D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 52.93%
G = 34.39%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D98D34 (or 0xD98D34) is known color: Fuel Yellow. HEX triplet: D9, 8D and 34. RGB value is (217,141,52). Sum of RGB (Red+Green+Blue) = 217+141+52=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D34 is #2672CB. Grayscale: #9A9A9A. Windows color (decimal): -2519756 or 3444185. OLE color: 3444185.

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

Color convert

RGB 217 141 52 -
CMYK 0 0.35 0.76 0.15
HSL 32.36º 0.68% 0.53% -
HSV(B) 32.36º 0.76% 0.85% -
XYZ 38.76 34.05 7.78 -
YUV 153.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 217 141 52 0 0.35 0.76 0.15 32.36 0.68 0.53
Hex D9 8D 34 0 23 4C F 20 44 35
Octal 331 215 64 0 43 114 17 40 104 65
Binary 11011001 10001101 110100 0 100011 1001100 1111 100000 1000100 110101

Color Harmonies of #D98D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D34

Black with #D98D34

Text Example


Text Example

White with #D98D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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