Html Css Color HEX #DD9135 Fuel Yellow

📋 copy color: '#DD9135'

red 221 ◦ green 145 ◦ blue 53

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

Shades of Fuel Yellow #DD9135

Tints of Fuel Yellow #DD9135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.65%

R = 52.74%
G = 34.61%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD9135 (or 0xDD9135) is known color: Fuel Yellow. HEX triplet: DD, 91 and 35. RGB value is (221,145,53). Sum of RGB (Red+Green+Blue) = 221+145+53=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9135 is #226ECA. Grayscale: #9D9D9D. Windows color (decimal): -2256587 or 3510749. OLE color: 3510749.

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

Color convert

RGB 221 145 53 -
CMYK 0 0.34 0.76 0.13
HSL 32.86º 0.71% 0.54% -
HSV(B) 32.86º 0.76% 0.87% -
XYZ 40.59 35.88 8.15 -
YUV 157.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 221 145 53 0 0.34 0.76 0.13 32.86 0.71 0.54
Hex DD 91 35 0 22 4C D 21 47 36
Octal 335 221 65 0 42 114 15 41 107 66
Binary 11011101 10010001 110101 0 100010 1001100 1101 100001 1000111 110110

Color Harmonies of #DD9135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9135

Black with #DD9135

Text Example


Text Example

White with #DD9135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9135; }

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

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

background-color css

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

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

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

border-color css

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

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

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