Html Css Color HEX #DD8831 Tree Poppy

📋 copy color: '#DD8831'

red 221 ◦ green 136 ◦ blue 49

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

Shades of Tree Poppy #DD8831

Tints of Tree Poppy #DD8831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

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

R = 54.43%
G = 33.5%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8831 (or 0xDD8831) is known color: Tree Poppy. HEX triplet: DD, 88 and 31. RGB value is (221,136,49). Sum of RGB (Red+Green+Blue) = 221+136+49=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8831 is #2277CE. Grayscale: #979797. Windows color (decimal): -2258895 or 3246301. OLE color: 3246301.

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

Color convert

RGB 221 136 49 -
CMYK 0 0.38 0.78 0.13
HSL 30.35º 0.72% 0.53% -
HSV(B) 30.35º 0.78% 0.87% -
XYZ 39.18 33.2 7.25 -
YUV 151.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 221 136 49 0 0.38 0.78 0.13 30.35 0.72 0.53
Hex DD 88 31 0 26 4E D 1E 48 35
Octal 335 210 61 0 46 116 15 36 110 65
Binary 11011101 10001000 110001 0 100110 1001110 1101 11110 1001000 110101

Color Harmonies of #DD8831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8831

Black with #DD8831

Text Example


Text Example

White with #DD8831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8831; }

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

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

background-color css

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

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

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

border-color css

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

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

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