#DD8D33

Color #DD8D33 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #DD8D33

Tints of Fuel Yellow #DD8D33

Color information

#DD8D33 (or 0xDD8D33) is unknown color: approx 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

RGB22114151-
CMYK00.360.770.13
HSL31.76º71.43%53.33%-
HSV(B)31.76º76.92%86.67%-
XYZ39.9434.667.72-
YUV154.6669.5175.32-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211415100.360.770.1331.7671.4353.33
HexDD8D330244DD204735
Octal33521563044115154010765
Binary11011101100011011100110100100100110111011000001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>