Html Css Color HEX #DD7F37 Tree Poppy

📋 copy color: '#DD7F37'

red 221 ◦ green 127 ◦ blue 55

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

Shades of Tree Poppy #DD7F37

Tints of Tree Poppy #DD7F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.65%

R = 54.84%
G = 31.51%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD7F37 (or 0xDD7F37) is known color: Tree Poppy. HEX triplet: DD, 7F and 37. RGB value is (221,127,55). Sum of RGB (Red+Green+Blue) = 221+127+55=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F37 is #2280C8. Grayscale: #939393. Windows color (decimal): -2261193 or 3637213. OLE color: 3637213.

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

Color convert

RGB 221 127 55 -
CMYK 0 0.43 0.75 0.13
HSL 26.02º 0.71% 0.54% -
HSV(B) 26.02º 0.75% 0.87% -
XYZ 38.1 30.83 7.56 -
YUV 146.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 221 127 55 0 0.43 0.75 0.13 26.02 0.71 0.54
Hex DD 7F 37 0 2B 4B D 1A 47 36
Octal 335 177 67 0 53 113 15 32 107 66
Binary 11011101 1111111 110111 0 101011 1001011 1101 11010 1000111 110110

Color Harmonies of #DD7F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F37

Black with #DD7F37

Text Example


Text Example

White with #DD7F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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