Html Css Color HEX #DD8F33 Fuel Yellow

📋 copy color: '#DD8F33'

red 221 ◦ green 143 ◦ blue 51

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

Shades of Fuel Yellow #DD8F33

Tints of Fuel Yellow #DD8F33

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.46%

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

R = 53.25%
G = 34.46%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8F33 (or 0xDD8F33) is known color: Fuel Yellow. HEX triplet: DD, 8F and 33. RGB value is (221,143,51). Sum of RGB (Red+Green+Blue) = 221+143+51=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F33 is #2270CC. Grayscale: #9C9C9C. Windows color (decimal): -2257101 or 3379165. OLE color: 3379165.

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

Color convert

RGB 221 143 51 -
CMYK 0 0.35 0.77 0.13
HSL 32.47º 0.71% 0.53% -
HSV(B) 32.47º 0.77% 0.87% -
XYZ 40.24 35.26 7.82 -
YUV 155.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 221 143 51 0 0.35 0.77 0.13 32.47 0.71 0.53
Hex DD 8F 33 0 23 4D D 20 47 35
Octal 335 217 63 0 43 115 15 40 107 65
Binary 11011101 10001111 110011 0 100011 1001101 1101 100000 1000111 110101

Color Harmonies of #DD8F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F33

Black with #DD8F33

Text Example


Text Example

White with #DD8F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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