Html Css Color HEX #DD8131 Tree Poppy

📋 copy color: '#DD8131'

red 221 ◦ green 129 ◦ blue 49

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

Shades of Tree Poppy #DD8131

Tints of Tree Poppy #DD8131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 55.39%
G = 32.33%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8131 (or 0xDD8131) is known color: Tree Poppy. HEX triplet: DD, 81 and 31. RGB value is (221,129,49). Sum of RGB (Red+Green+Blue) = 221+129+49=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8131 is #227ECE. Grayscale: #939393. Windows color (decimal): -2260687 or 3244509. OLE color: 3244509.

HSL color Cylindrical-coordinate representation of color #DD8131: hue angle of 27.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8131 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 49 -
CMYK 0 0.42 0.78 0.13
HSL 27.91º 0.72% 0.53% -
HSV(B) 27.91º 0.78% 0.87% -
XYZ 38.22 31.29 6.93 -
YUV 147.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 221 129 49 0 0.42 0.78 0.13 27.91 0.72 0.53
Hex DD 81 31 0 2A 4E D 1C 48 35
Octal 335 201 61 0 52 116 15 34 110 65
Binary 11011101 10000001 110001 0 101010 1001110 1101 11100 1001000 110101

Color Harmonies of #DD8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8131

Black with #DD8131

Text Example


Text Example

White with #DD8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8131; }

 p { color: rgb(221,129,49); }

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

background-color css

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

 a { background-color: rgb(221,129,49); }

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

border-color css

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

 span { border-color: rgb(221,129,49); }

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