Html Css Color HEX #DD883E Tree Poppy

📋 copy color: '#DD883E'

red 221 ◦ green 136 ◦ blue 62

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

Shades of Tree Poppy #DD883E

Tints of Tree Poppy #DD883E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 52.74%
G = 32.46%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD883E (or 0xDD883E) is known color: Tree Poppy. HEX triplet: DD, 88 and 3E. RGB value is (221,136,62). Sum of RGB (Red+Green+Blue) = 221+136+62=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD883E is #2277C1. Grayscale: #999999. Windows color (decimal): -2258882 or 4098269. OLE color: 4098269.

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

Color convert

RGB 221 136 62 -
CMYK 0 0.38 0.72 0.13
HSL 27.92º 0.7% 0.55% -
HSV(B) 27.92º 0.72% 0.87% -
XYZ 39.49 33.33 8.91 -
YUV 152.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 221 136 62 0 0.38 0.72 0.13 27.92 0.7 0.55
Hex DD 88 3E 0 26 48 D 1C 46 37
Octal 335 210 76 0 46 110 15 34 106 67
Binary 11011101 10001000 111110 0 100110 1001000 1101 11100 1000110 110111

Color Harmonies of #DD883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD883E

Black with #DD883E

Text Example


Text Example

White with #DD883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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