Html Css Color HEX #DD8039 Tree Poppy

📋 copy color: '#DD8039'

red 221 ◦ green 128 ◦ blue 57

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

Shades of Tree Poppy #DD8039

Tints of Tree Poppy #DD8039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.04%

R = 54.43%
G = 31.53%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD8039 (or 0xDD8039) is known color: Tree Poppy. HEX triplet: DD, 80 and 39. RGB value is (221,128,57). Sum of RGB (Red+Green+Blue) = 221+128+57=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8039 is #227FC6. Grayscale: #949494. Windows color (decimal): -2260935 or 3768541. OLE color: 3768541.

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

Color convert

RGB 221 128 57 -
CMYK 0 0.42 0.74 0.13
HSL 25.98º 0.71% 0.55% -
HSV(B) 25.98º 0.74% 0.87% -
XYZ 38.28 31.11 7.86 -
YUV 147.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 221 128 57 0 0.42 0.74 0.13 25.98 0.71 0.55
Hex DD 80 39 0 2A 4A D 1A 47 37
Octal 335 200 71 0 52 112 15 32 107 67
Binary 11011101 10000000 111001 0 101010 1001010 1101 11010 1000111 110111

Color Harmonies of #DD8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8039

Black with #DD8039

Text Example


Text Example

White with #DD8039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8039; }

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

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

background-color css

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

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

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

border-color css

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

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

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