Html Css Color HEX #DD8D33 Fuel Yellow

📋 copy color: '#DD8D33'

red 221 ◦ green 141 ◦ blue 51

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

Shades of Fuel Yellow #DD8D33

Tints of Fuel Yellow #DD8D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.35%

R = 53.51%
G = 34.14%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8D33 (or 0xDD8D33) is known color: Fuel Yellow. HEX triplet: DD, 8D and 33. RGB value is (221,141,51). Sum of RGB (Red+Green+Blue) = 221+141+51=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D33 is #2272CC. Grayscale: #9B9B9B. Windows color (decimal): -2257613 or 3378653. OLE color: 3378653.

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

Color convert

RGB 221 141 51 -
CMYK 0 0.36 0.77 0.13
HSL 31.76º 0.71% 0.53% -
HSV(B) 31.76º 0.77% 0.87% -
XYZ 39.94 34.66 7.72 -
YUV 154.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 221 141 51 0 0.36 0.77 0.13 31.76 0.71 0.53
Hex DD 8D 33 0 24 4D D 20 47 35
Octal 335 215 63 0 44 115 15 40 107 65
Binary 11011101 10001101 110011 0 100100 1001101 1101 100000 1000111 110101

Color Harmonies of #DD8D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D33

Black with #DD8D33

Text Example


Text Example

White with #DD8D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D33; }

 p { color: rgb(221,141,51); }

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

background-color css

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

 a { background-color: rgb(221,141,51); }

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

border-color css

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

 span { border-color: rgb(221,141,51); }

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