Html Css Color HEX #DD7E32 Tree Poppy

📋 copy color: '#DD7E32'

red 221 ◦ green 126 ◦ blue 50

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

Shades of Tree Poppy #DD7E32

Tints of Tree Poppy #DD7E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 55.67%
G = 31.74%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7E32 (or 0xDD7E32) is known color: Tree Poppy. HEX triplet: DD, 7E and 32. RGB value is (221,126,50). Sum of RGB (Red+Green+Blue) = 221+126+50=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E32 is #2281CD. Grayscale: #929292. Windows color (decimal): -2261454 or 3309277. OLE color: 3309277.

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

Color convert

RGB 221 126 50 -
CMYK 0 0.43 0.77 0.13
HSL 26.67º 0.72% 0.53% -
HSV(B) 26.67º 0.77% 0.87% -
XYZ 37.86 30.52 6.91 -
YUV 145.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 221 126 50 0 0.43 0.77 0.13 26.67 0.72 0.53
Hex DD 7E 32 0 2B 4D D 1B 48 35
Octal 335 176 62 0 53 115 15 33 110 65
Binary 11011101 1111110 110010 0 101011 1001101 1101 11011 1001000 110101

Color Harmonies of #DD7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E32

Black with #DD7E32

Text Example


Text Example

White with #DD7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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