Html Css Color HEX #DD8F35 Fuel Yellow

📋 copy color: '#DD8F35'

red 221 ◦ green 143 ◦ blue 53

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

Shades of Fuel Yellow #DD8F35

Tints of Fuel Yellow #DD8F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.71%

R = 53%
G = 34.29%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8F35 (or 0xDD8F35) is known color: Fuel Yellow. HEX triplet: DD, 8F and 35. RGB value is (221,143,53). Sum of RGB (Red+Green+Blue) = 221+143+53=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F35 is #2270CA. Grayscale: #9C9C9C. Windows color (decimal): -2257099 or 3510237. OLE color: 3510237.

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

Color convert

RGB 221 143 53 -
CMYK 0 0.35 0.76 0.13
HSL 32.14º 0.71% 0.54% -
HSV(B) 32.14º 0.76% 0.87% -
XYZ 40.28 35.27 8.05 -
YUV 156.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 221 143 53 0 0.35 0.76 0.13 32.14 0.71 0.54
Hex DD 8F 35 0 23 4C D 20 47 36
Octal 335 217 65 0 43 114 15 40 107 66
Binary 11011101 10001111 110101 0 100011 1001100 1101 100000 1000111 110110

Color Harmonies of #DD8F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F35

Black with #DD8F35

Text Example


Text Example

White with #DD8F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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