Html Css Color HEX #DD9137 Fuel Yellow

📋 copy color: '#DD9137'

red 221 ◦ green 145 ◦ blue 55

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

Shades of Fuel Yellow #DD9137

Tints of Fuel Yellow #DD9137

RGB

 RED value IS 221 (86.72% from 255) = 52.49%

 GREEN value IS 145 (57.03% from 255) = 34.44%

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 52.49%
G = 34.44%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD9137 (or 0xDD9137) is known color: Fuel Yellow. HEX triplet: DD, 91 and 37. RGB value is (221,145,55). Sum of RGB (Red+Green+Blue) = 221+145+55=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9137 is #226EC8. Grayscale: #9D9D9D. Windows color (decimal): -2256585 or 3641821. OLE color: 3641821.

HSL color Cylindrical-coordinate representation of color #DD9137: hue angle of 32.53º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD9137 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 55 -
CMYK 0 0.34 0.75 0.13
HSL 32.53º 0.71% 0.54% -
HSV(B) 32.53º 0.75% 0.87% -
XYZ 40.63 35.9 8.4 -
YUV 157.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 221 145 55 0 0.34 0.75 0.13 32.53 0.71 0.54
Hex DD 91 37 0 22 4B D 21 47 36
Octal 335 221 67 0 42 113 15 41 107 66
Binary 11011101 10010001 110111 0 100010 1001011 1101 100001 1000111 110110

Color Harmonies of #DD9137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9137

Black with #DD9137

Text Example


Text Example

White with #DD9137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9137; }

 p { color: rgb(221,145,55); }

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

background-color css

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

 a { background-color: rgb(221,145,55); }

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

border-color css

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

 span { border-color: rgb(221,145,55); }

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