Html Css Color HEX #DD8040 Tree Poppy

📋 copy color: '#DD8040'

red 221 ◦ green 128 ◦ blue 64

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

Shades of Tree Poppy #DD8040

Tints of Tree Poppy #DD8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.99%

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

R = 53.51%
G = 30.99%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD8040 (or 0xDD8040) is known color: Tree Poppy. HEX triplet: DD, 80 and 40. RGB value is (221,128,64). Sum of RGB (Red+Green+Blue) = 221+128+64=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8040 is #227FBF. Grayscale: #949494. Windows color (decimal): -2260928 or 4227293. OLE color: 4227293.

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

Color convert

RGB 221 128 64 -
CMYK 0 0.42 0.71 0.13
HSL 24.46º 0.7% 0.56% -
HSV(B) 24.46º 0.71% 0.87% -
XYZ 38.46 31.18 8.84 -
YUV 148.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 221 128 64 0 0.42 0.71 0.13 24.46 0.7 0.56
Hex DD 80 40 0 2A 47 D 18 46 38
Octal 335 200 100 0 52 107 15 30 106 70
Binary 11011101 10000000 1000000 0 101010 1000111 1101 11000 1000110 111000

Color Harmonies of #DD8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8040

Black with #DD8040

Text Example


Text Example

White with #DD8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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