Html Css Color HEX #DD9134 Fuel Yellow

📋 copy color: '#DD9134'

red 221 ◦ green 145 ◦ blue 52

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

Shades of Fuel Yellow #DD9134

Tints of Fuel Yellow #DD9134

RGB

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

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

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

R = 52.87%
G = 34.69%
B = 12.44%

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

#DD9134 (or 0xDD9134) is known color: Fuel Yellow. HEX triplet: DD, 91 and 34. RGB value is (221,145,52). Sum of RGB (Red+Green+Blue) = 221+145+52=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9134 is #226ECB. Grayscale: #9D9D9D. Windows color (decimal): -2256588 or 3445213. OLE color: 3445213.

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

Color convert

RGB 221 145 52 -
CMYK 0 0.34 0.76 0.13
HSL 33.02º 0.71% 0.54% -
HSV(B) 33.02º 0.76% 0.87% -
XYZ 40.56 35.87 8.03 -
YUV 157.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 221 145 52 0 0.34 0.76 0.13 33.02 0.71 0.54
Hex DD 91 34 0 22 4C D 21 47 36
Octal 335 221 64 0 42 114 15 41 107 66
Binary 11011101 10010001 110100 0 100010 1001100 1101 100001 1000111 110110

Color Harmonies of #DD9134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9134

Black with #DD9134

Text Example


Text Example

White with #DD9134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9134; }

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

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

background-color css

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

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

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

border-color css

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

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

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