Html Css Color HEX #DD7E2F Tree Poppy

📋 copy color: '#DD7E2F'

red 221 ◦ green 126 ◦ blue 47

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

Shades of Tree Poppy #DD7E2F

Tints of Tree Poppy #DD7E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

 BLUE value IS 47 (18.75% from 255) = 11.93%

R = 56.09%
G = 31.98%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD7E2F (or 0xDD7E2F) is known color: Tree Poppy. HEX triplet: DD, 7E and 2F. RGB value is (221,126,47). Sum of RGB (Red+Green+Blue) = 221+126+47=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E2F is #2281D0. Grayscale: #919191. Windows color (decimal): -2261457 or 3112669. OLE color: 3112669.

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

Color convert

RGB 221 126 47 -
CMYK 0 0.43 0.79 0.13
HSL 27.24º 0.72% 0.53% -
HSV(B) 27.24º 0.79% 0.87% -
XYZ 37.79 30.5 6.58 -
YUV 145.4 72.47 181.92 -
System Red Green Blue C M Y K H S L
Decimal 221 126 47 0 0.43 0.79 0.13 27.24 0.72 0.53
Hex DD 7E 2F 0 2B 4F D 1B 48 35
Octal 335 176 57 0 53 117 15 33 110 65
Binary 11011101 1111110 101111 0 101011 1001111 1101 11011 1001000 110101

Color Harmonies of #DD7E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E2F

Black with #DD7E2F

Text Example


Text Example

White with #DD7E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E2F; }

 p { color: rgb(221,126,47); }

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

background-color css

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

 a { background-color: rgb(221,126,47); }

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

border-color css

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

 span { border-color: rgb(221,126,47); }

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