Html Css Color HEX #DD7F39 Tree Poppy

📋 copy color: '#DD7F39'

red 221 ◦ green 127 ◦ blue 57

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

Shades of Tree Poppy #DD7F39

Tints of Tree Poppy #DD7F39

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

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

R = 54.57%
G = 31.36%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD7F39 (or 0xDD7F39) is known color: Tree Poppy. HEX triplet: DD, 7F and 39. RGB value is (221,127,57). Sum of RGB (Red+Green+Blue) = 221+127+57=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F39 is #2280C6. Grayscale: #939393. Windows color (decimal): -2261191 or 3768285. OLE color: 3768285.

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

Color convert

RGB 221 127 57 -
CMYK 0 0.43 0.74 0.13
HSL 25.61º 0.71% 0.55% -
HSV(B) 25.61º 0.74% 0.87% -
XYZ 38.15 30.85 7.81 -
YUV 147.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 221 127 57 0 0.43 0.74 0.13 25.61 0.71 0.55
Hex DD 7F 39 0 2B 4A D 1A 47 37
Octal 335 177 71 0 53 112 15 32 107 67
Binary 11011101 1111111 111001 0 101011 1001010 1101 11010 1000111 110111

Color Harmonies of #DD7F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F39

Black with #DD7F39

Text Example


Text Example

White with #DD7F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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