Html Css Color HEX #D98D32 Fuel Yellow

📋 copy color: '#D98D32'

red 217 ◦ green 141 ◦ blue 50

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

Shades of Fuel Yellow #D98D32

Tints of Fuel Yellow #D98D32

RGB

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

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

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

R = 53.19%
G = 34.56%
B = 12.25%

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

#D98D32 (or 0xD98D32) is known color: Fuel Yellow. HEX triplet: D9, 8D and 32. RGB value is (217,141,50). Sum of RGB (Red+Green+Blue) = 217+141+50=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D32 is #2672CD. Grayscale: #999999. Windows color (decimal): -2519758 or 3313113. OLE color: 3313113.

HSL color Cylindrical-coordinate representation of color #D98D32: hue angle of 32.69º 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 #D98D32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 50 -
CMYK 0 0.35 0.77 0.15
HSL 32.69º 0.69% 0.52% -
HSV(B) 32.69º 0.77% 0.85% -
XYZ 38.72 34.03 7.55 -
YUV 153.35 69.68 173.4 -
System Red Green Blue C M Y K H S L
Decimal 217 141 50 0 0.35 0.77 0.15 32.69 0.69 0.52
Hex D9 8D 32 0 23 4D F 21 45 34
Octal 331 215 62 0 43 115 17 41 105 64
Binary 11011001 10001101 110010 0 100011 1001101 1111 100001 1000101 110100

Color Harmonies of #D98D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D32

Black with #D98D32

Text Example


Text Example

White with #D98D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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