Html Css Color HEX #DD8833 Tree Poppy

📋 copy color: '#DD8833'

red 221 ◦ green 136 ◦ blue 51

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

Shades of Tree Poppy #DD8833

Tints of Tree Poppy #DD8833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.5%

R = 54.17%
G = 33.33%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8833 (or 0xDD8833) is known color: Tree Poppy. HEX triplet: DD, 88 and 33. RGB value is (221,136,51). Sum of RGB (Red+Green+Blue) = 221+136+51=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8833 is #2277CC. Grayscale: #989898. Windows color (decimal): -2258893 or 3377373. OLE color: 3377373.

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

Color convert

RGB 221 136 51 -
CMYK 0 0.38 0.77 0.13
HSL 30º 0.71% 0.53% -
HSV(B) 30º 0.77% 0.87% -
XYZ 39.22 33.22 7.48 -
YUV 151.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 221 136 51 0 0.38 0.77 0.13 30 0.71 0.53
Hex DD 88 33 0 26 4D D 1E 47 35
Octal 335 210 63 0 46 115 15 36 107 65
Binary 11011101 10001000 110011 0 100110 1001101 1101 11110 1000111 110101

Color Harmonies of #DD8833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8833

Black with #DD8833

Text Example


Text Example

White with #DD8833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8833; }

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

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

background-color css

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

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

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

border-color css

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

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

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