Html Css Color HEX #DD7D31 Tree Poppy

📋 copy color: '#DD7D31'

red 221 ◦ green 125 ◦ blue 49

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

Shades of Tree Poppy #DD7D31

Tints of Tree Poppy #DD7D31

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 55.95%
G = 31.65%
B = 12.41%

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

#DD7D31 (or 0xDD7D31) is known color: Tree Poppy. HEX triplet: DD, 7D and 31. RGB value is (221,125,49). Sum of RGB (Red+Green+Blue) = 221+125+49=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D31 is #2282CE. Grayscale: #919191. Windows color (decimal): -2261711 or 3243485. OLE color: 3243485.

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

Color convert

RGB 221 125 49 -
CMYK 0 0.43 0.78 0.13
HSL 26.51º 0.72% 0.53% -
HSV(B) 26.51º 0.78% 0.87% -
XYZ 37.71 30.26 6.76 -
YUV 145.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 221 125 49 0 0.43 0.78 0.13 26.51 0.72 0.53
Hex DD 7D 31 0 2B 4E D 1B 48 35
Octal 335 175 61 0 53 116 15 33 110 65
Binary 11011101 1111101 110001 0 101011 1001110 1101 11011 1001000 110101

Color Harmonies of #DD7D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D31

Black with #DD7D31

Text Example


Text Example

White with #DD7D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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