Html Css Color HEX #DD8C33 Fuel Yellow

📋 copy color: '#DD8C33'

red 221 ◦ green 140 ◦ blue 51

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

Shades of Fuel Yellow #DD8C33

Tints of Fuel Yellow #DD8C33

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 53.64%
G = 33.98%
B = 12.38%

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

#DD8C33 (or 0xDD8C33) is known color: Fuel Yellow. HEX triplet: DD, 8C and 33. RGB value is (221,140,51). Sum of RGB (Red+Green+Blue) = 221+140+51=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C33 is #2273CC. Grayscale: #9A9A9A. Windows color (decimal): -2257869 or 3378397. OLE color: 3378397.

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

Color convert

RGB 221 140 51 -
CMYK 0 0.37 0.77 0.13
HSL 31.41º 0.71% 0.53% -
HSV(B) 31.41º 0.77% 0.87% -
XYZ 39.79 34.37 7.67 -
YUV 154.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 221 140 51 0 0.37 0.77 0.13 31.41 0.71 0.53
Hex DD 8C 33 0 25 4D D 1F 47 35
Octal 335 214 63 0 45 115 15 37 107 65
Binary 11011101 10001100 110011 0 100101 1001101 1101 11111 1000111 110101

Color Harmonies of #DD8C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C33

Black with #DD8C33

Text Example


Text Example

White with #DD8C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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