Html Css Color HEX #DD8B33 Fuel Yellow

📋 copy color: '#DD8B33'

red 221 ◦ green 139 ◦ blue 51

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

Shades of Fuel Yellow #DD8B33

Tints of Fuel Yellow #DD8B33

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 value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8B33 (or 0xDD8B33) is known color: 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

RGB 221 139 51 -
CMYK 0 0.37 0.77 0.13
HSL 31.06º 0.71% 0.53% -
HSV(B) 31.06º 0.77% 0.87% -
XYZ 39.65 34.08 7.62 -
YUV 153.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 221 139 51 0 0.37 0.77 0.13 31.06 0.71 0.53
Hex DD 8B 33 0 25 4D D 1F 47 35
Octal 335 213 63 0 45 115 15 37 107 65
Binary 11011101 10001011 110011 0 100101 1001101 1101 11111 1000111 110101

Color Harmonies of #DD8B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B33

Black with #DD8B33

Text Example


Text Example

White with #DD8B33

Text Example


Text Example

HTML Codes & Css Web 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>