Html Css Color HEX #D99032 Fuel Yellow

📋 copy color: '#D99032'

red 217 ◦ green 144 ◦ blue 50

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

Shades of Fuel Yellow #D99032

Tints of Fuel Yellow #D99032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 52.8%
G = 35.04%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D99032 (or 0xD99032) is known color: Fuel Yellow. HEX triplet: D9, 90 and 32. RGB value is (217,144,50). Sum of RGB (Red+Green+Blue) = 217+144+50=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D99032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99032 is #266FCD. Grayscale: #9B9B9B. Windows color (decimal): -2518990 or 3313881. OLE color: 3313881.

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

Color convert

RGB 217 144 50 -
CMYK 0 0.34 0.77 0.15
HSL 33.77º 0.69% 0.52% -
HSV(B) 33.77º 0.77% 0.85% -
XYZ 39.16 34.93 7.7 -
YUV 155.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 217 144 50 0 0.34 0.77 0.15 33.77 0.69 0.52
Hex D9 90 32 0 22 4D F 22 45 34
Octal 331 220 62 0 42 115 17 42 105 64
Binary 11011001 10010000 110010 0 100010 1001101 1111 100010 1000101 110100

Color Harmonies of #D99032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99032

Black with #D99032

Text Example


Text Example

White with #D99032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99032; }

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

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

background-color css

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

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

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

border-color css

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

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

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