Html Css Color HEX #DD8832 Tree Poppy

📋 copy color: '#DD8832'

red 221 ◦ green 136 ◦ blue 50

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

Shades of Tree Poppy #DD8832

Tints of Tree Poppy #DD8832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 54.3%
G = 33.42%
B = 12.29%

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

#DD8832 (or 0xDD8832) is known color: Tree Poppy. HEX triplet: DD, 88 and 32. RGB value is (221,136,50). Sum of RGB (Red+Green+Blue) = 221+136+50=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8832 is #2277CD. Grayscale: #989898. Windows color (decimal): -2258894 or 3311837. OLE color: 3311837.

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

Color convert

RGB 221 136 50 -
CMYK 0 0.38 0.77 0.13
HSL 30.18º 0.72% 0.53% -
HSV(B) 30.18º 0.77% 0.87% -
XYZ 39.2 33.21 7.36 -
YUV 151.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 221 136 50 0 0.38 0.77 0.13 30.18 0.72 0.53
Hex DD 88 32 0 26 4D D 1E 48 35
Octal 335 210 62 0 46 115 15 36 110 65
Binary 11011101 10001000 110010 0 100110 1001101 1101 11110 1001000 110101

Color Harmonies of #DD8832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8832

Black with #DD8832

Text Example


Text Example

White with #DD8832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8832; }

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

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

background-color css

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

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

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

border-color css

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

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

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