#DD8B33

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

Shades of Fuel Yellow #DD8B33

Tints of Fuel Yellow #DD8B33

Color information

#DD8B33 (or 0xDD8B33) is unknown color: approx Fuel Yellow. HEX triplet: DD, 8B and 33. RGB value is (221,139,51). Sum of RGB (Red+Green+Blue) = 221+139+51=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B33 is #2274CC. Grayscale: #999999. Windows color (decimal): -2258125 or 3378141. OLE color: 3378141.

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

Color convert

RGB22113951-
CMYK00.370.770.13
HSL31.06º71.43%53.33%-
HSV(B)31.06º76.92%86.67%-
XYZ39.6534.087.62-
YUV153.4970.17176.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 51 (20.31% from 255) = 12.41%
R=53.77%
G=33.82%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211395100.370.770.1331.0671.4353.33
HexDD8B330254DD1f4735
Octal33521363045115153710765
Binary1101110110001011110011010010110011011101111111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8B33; }

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

 H1.HeaderClassName
 {
   color: #DD8B33;
 }
 .AnyTagClassName
 {
   color: #DD8B33;
 }
</style>
background-color css

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

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

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

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

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

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