Html Css Color HEX #DD7E31 Tree Poppy

📋 copy color: '#DD7E31'

red 221 ◦ green 126 ◦ blue 49

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

Shades of Tree Poppy #DD7E31

Tints of Tree Poppy #DD7E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 55.81%
G = 31.82%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD7E31 (or 0xDD7E31) is known color: Tree Poppy. HEX triplet: DD, 7E and 31. RGB value is (221,126,49). Sum of RGB (Red+Green+Blue) = 221+126+49=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E31 is #2281CE. Grayscale: #929292. Windows color (decimal): -2261455 or 3243741. OLE color: 3243741.

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

Color convert

RGB 221 126 49 -
CMYK 0 0.43 0.78 0.13
HSL 26.86º 0.72% 0.53% -
HSV(B) 26.86º 0.78% 0.87% -
XYZ 37.83 30.52 6.8 -
YUV 145.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 221 126 49 0 0.43 0.78 0.13 26.86 0.72 0.53
Hex DD 7E 31 0 2B 4E D 1B 48 35
Octal 335 176 61 0 53 116 15 33 110 65
Binary 11011101 1111110 110001 0 101011 1001110 1101 11011 1001000 110101

Color Harmonies of #DD7E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E31

Black with #DD7E31

Text Example


Text Example

White with #DD7E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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