Html Css Color HEX #DD8844 Tree Poppy

📋 copy color: '#DD8844'

red 221 ◦ green 136 ◦ blue 68

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

Shades of Tree Poppy #DD8844

Tints of Tree Poppy #DD8844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16%

R = 52%
G = 32%
B = 16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD8844 (or 0xDD8844) is known color: Tree Poppy. HEX triplet: DD, 88 and 44. RGB value is (221,136,68). Sum of RGB (Red+Green+Blue) = 221+136+68=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8844 is #2277BB. Grayscale: #9A9A9A. Windows color (decimal): -2258876 or 4491485. OLE color: 4491485.

HSL color Cylindrical-coordinate representation of color #DD8844: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD8844 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 68 -
CMYK 0 0.38 0.69 0.13
HSL 26.67º 0.69% 0.57% -
HSV(B) 26.67º 0.69% 0.87% -
XYZ 39.67 33.4 9.82 -
YUV 153.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 221 136 68 0 0.38 0.69 0.13 26.67 0.69 0.57
Hex DD 88 44 0 26 45 D 1B 45 39
Octal 335 210 104 0 46 105 15 33 105 71
Binary 11011101 10001000 1000100 0 100110 1000101 1101 11011 1000101 111001

Color Harmonies of #DD8844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8844

Black with #DD8844

Text Example


Text Example

White with #DD8844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8844; }

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

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

background-color css

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

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

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

border-color css

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

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

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