Html Css Color HEX #DD8A32 Fuel Yellow

📋 copy color: '#DD8A32'

red 221 ◦ green 138 ◦ blue 50

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

Shades of Fuel Yellow #DD8A32

Tints of Fuel Yellow #DD8A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 54.03%
G = 33.74%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8A32 (or 0xDD8A32) is known color: Fuel Yellow. HEX triplet: DD, 8A and 32. RGB value is (221,138,50). Sum of RGB (Red+Green+Blue) = 221+138+50=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A32 is #2275CD. Grayscale: #999999. Windows color (decimal): -2258382 or 3312349. OLE color: 3312349.

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

Color convert

RGB 221 138 50 -
CMYK 0 0.38 0.77 0.13
HSL 30.88º 0.72% 0.53% -
HSV(B) 30.88º 0.77% 0.87% -
XYZ 39.48 33.78 7.46 -
YUV 152.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 221 138 50 0 0.38 0.77 0.13 30.88 0.72 0.53
Hex DD 8A 32 0 26 4D D 1F 48 35
Octal 335 212 62 0 46 115 15 37 110 65
Binary 11011101 10001010 110010 0 100110 1001101 1101 11111 1001000 110101

Color Harmonies of #DD8A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A32

Black with #DD8A32

Text Example


Text Example

White with #DD8A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A32; }

 p { color: rgb(221,138,50); }

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

background-color css

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

 a { background-color: rgb(221,138,50); }

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

border-color css

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

 span { border-color: rgb(221,138,50); }

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