Html Css Color HEX #DD8431 Tree Poppy

📋 copy color: '#DD8431'

red 221 ◦ green 132 ◦ blue 49

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

Shades of Tree Poppy #DD8431

Tints of Tree Poppy #DD8431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

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

R = 54.98%
G = 32.84%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8431 (or 0xDD8431) is known color: Tree Poppy. HEX triplet: DD, 84 and 31. RGB value is (221,132,49). Sum of RGB (Red+Green+Blue) = 221+132+49=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8431 is #227BCE. Grayscale: #959595. Windows color (decimal): -2259919 or 3245277. OLE color: 3245277.

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

Color convert

RGB 221 132 49 -
CMYK 0 0.40 0.78 0.13
HSL 28.95º 0.72% 0.53% -
HSV(B) 28.95º 0.78% 0.87% -
XYZ 38.62 32.1 7.07 -
YUV 149.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 221 132 49 0 0.40 0.78 0.13 28.95 0.72 0.53
Hex DD 84 31 0 28 4E D 1D 48 35
Octal 335 204 61 0 50 116 15 35 110 65
Binary 11011101 10000100 110001 0 101000 1001110 1101 11101 1001000 110101

Color Harmonies of #DD8431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8431

Black with #DD8431

Text Example


Text Example

White with #DD8431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8431; }

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

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

background-color css

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

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

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

border-color css

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

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

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