Html Css Color HEX #DD883D Tree Poppy

📋 copy color: '#DD883D'

red 221 ◦ green 136 ◦ blue 61

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

Shades of Tree Poppy #DD883D

Tints of Tree Poppy #DD883D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 52.87%
G = 32.54%
B = 14.59%

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

#DD883D (or 0xDD883D) is known color: Tree Poppy. HEX triplet: DD, 88 and 3D. RGB value is (221,136,61). Sum of RGB (Red+Green+Blue) = 221+136+61=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD883D is #2277C2. Grayscale: #999999. Windows color (decimal): -2258883 or 4032733. OLE color: 4032733.

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

Color convert

RGB 221 136 61 -
CMYK 0 0.38 0.72 0.13
HSL 28.13º 0.7% 0.55% -
HSV(B) 28.13º 0.72% 0.87% -
XYZ 39.47 33.32 8.77 -
YUV 152.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 221 136 61 0 0.38 0.72 0.13 28.13 0.7 0.55
Hex DD 88 3D 0 26 48 D 1C 46 37
Octal 335 210 75 0 46 110 15 34 106 67
Binary 11011101 10001000 111101 0 100110 1001000 1101 11100 1000110 110111

Color Harmonies of #DD883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD883D

Black with #DD883D

Text Example


Text Example

White with #DD883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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