Html Css Color HEX #DD8840 Tree Poppy

📋 copy color: '#DD8840'

red 221 ◦ green 136 ◦ blue 64

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

Shades of Tree Poppy #DD8840

Tints of Tree Poppy #DD8840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 52.49%
G = 32.3%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD8840 (or 0xDD8840) is known color: Tree Poppy. HEX triplet: DD, 88 and 40. RGB value is (221,136,64). Sum of RGB (Red+Green+Blue) = 221+136+64=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8840 is #2277BF. Grayscale: #999999. Windows color (decimal): -2258880 or 4229341. OLE color: 4229341.

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

Color convert

RGB 221 136 64 -
CMYK 0 0.38 0.71 0.13
HSL 27.52º 0.7% 0.56% -
HSV(B) 27.52º 0.71% 0.87% -
XYZ 39.55 33.35 9.2 -
YUV 153.21 77.66 176.35 -
System Red Green Blue C M Y K H S L
Decimal 221 136 64 0 0.38 0.71 0.13 27.52 0.7 0.56
Hex DD 88 40 0 26 47 D 1C 46 38
Octal 335 210 100 0 46 107 15 34 106 70
Binary 11011101 10001000 1000000 0 100110 1000111 1101 11100 1000110 111000

Color Harmonies of #DD8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8840

Black with #DD8840

Text Example


Text Example

White with #DD8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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