Html Css Color HEX #DD8436 Tree Poppy

📋 copy color: '#DD8436'

red 221 ◦ green 132 ◦ blue 54

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

Shades of Tree Poppy #DD8436

Tints of Tree Poppy #DD8436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.27%

R = 54.3%
G = 32.43%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8436 (or 0xDD8436) is known color: Tree Poppy. HEX triplet: DD, 84 and 36. RGB value is (221,132,54). Sum of RGB (Red+Green+Blue) = 221+132+54=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8436 is #227BC9. Grayscale: #969696. Windows color (decimal): -2259914 or 3572957. OLE color: 3572957.

HSL color Cylindrical-coordinate representation of color #DD8436: hue angle of 28.02º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD8436 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 54 -
CMYK 0 0.40 0.76 0.13
HSL 28.02º 0.71% 0.54% -
HSV(B) 28.02º 0.76% 0.87% -
XYZ 38.74 32.14 7.65 -
YUV 149.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 221 132 54 0 0.40 0.76 0.13 28.02 0.71 0.54
Hex DD 84 36 0 28 4C D 1C 47 36
Octal 335 204 66 0 50 114 15 34 107 66
Binary 11011101 10000100 110110 0 101000 1001100 1101 11100 1000111 110110

Color Harmonies of #DD8436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8436

Black with #DD8436

Text Example


Text Example

White with #DD8436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8436; }

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

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

background-color css

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

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

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

border-color css

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

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

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