Html Css Color HEX #DD7E3D Tree Poppy

📋 copy color: '#DD7E3D'

red 221 ◦ green 126 ◦ blue 61

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

Shades of Tree Poppy #DD7E3D

Tints of Tree Poppy #DD7E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.95%

R = 54.17%
G = 30.88%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD7E3D (or 0xDD7E3D) is known color: Tree Poppy. HEX triplet: DD, 7E and 3D. RGB value is (221,126,61). Sum of RGB (Red+Green+Blue) = 221+126+61=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E3D is #2281C2. Grayscale: #939393. Windows color (decimal): -2261443 or 4030173. OLE color: 4030173.

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

Color convert

RGB 221 126 61 -
CMYK 0 0.43 0.72 0.13
HSL 24.38º 0.7% 0.55% -
HSV(B) 24.38º 0.72% 0.87% -
XYZ 38.12 30.63 8.32 -
YUV 147 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 221 126 61 0 0.43 0.72 0.13 24.38 0.7 0.55
Hex DD 7E 3D 0 2B 48 D 18 46 37
Octal 335 176 75 0 53 110 15 30 106 67
Binary 11011101 1111110 111101 0 101011 1001000 1101 11000 1000110 110111

Color Harmonies of #DD7E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E3D

Black with #DD7E3D

Text Example


Text Example

White with #DD7E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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