Html Css Color HEX #DD8E34 Fuel Yellow

📋 copy color: '#DD8E34'

red 221 ◦ green 142 ◦ blue 52

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

Shades of Fuel Yellow #DD8E34

Tints of Fuel Yellow #DD8E34

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 53.25%
G = 34.22%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8E34 (or 0xDD8E34) is known color: Fuel Yellow. HEX triplet: DD, 8E and 34. RGB value is (221,142,52). Sum of RGB (Red+Green+Blue) = 221+142+52=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8E34 is #2271CB. Grayscale: #9B9B9B. Windows color (decimal): -2257356 or 3444445. OLE color: 3444445.

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

Color convert

RGB 221 142 52 -
CMYK 0 0.36 0.76 0.13
HSL 31.95º 0.71% 0.54% -
HSV(B) 31.95º 0.76% 0.87% -
XYZ 40.11 34.97 7.88 -
YUV 155.36 69.67 174.82 -
System Red Green Blue C M Y K H S L
Decimal 221 142 52 0 0.36 0.76 0.13 31.95 0.71 0.54
Hex DD 8E 34 0 24 4C D 20 47 36
Octal 335 216 64 0 44 114 15 40 107 66
Binary 11011101 10001110 110100 0 100100 1001100 1101 100000 1000111 110110

Color Harmonies of #DD8E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E34

Black with #DD8E34

Text Example


Text Example

White with #DD8E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E34; }

 p { color: rgb(221,142,52); }

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

background-color css

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

 a { background-color: rgb(221,142,52); }

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

border-color css

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

 span { border-color: rgb(221,142,52); }

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