Html Css Color HEX #DD8139 Tree Poppy

📋 copy color: '#DD8139'

red 221 ◦ green 129 ◦ blue 57

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

Shades of Tree Poppy #DD8139

Tints of Tree Poppy #DD8139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

 BLUE value IS 57 (22.66% from 255) = 14%

R = 54.3%
G = 31.7%
B = 14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD8139 (or 0xDD8139) is known color: Tree Poppy. HEX triplet: DD, 81 and 39. RGB value is (221,129,57). Sum of RGB (Red+Green+Blue) = 221+129+57=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8139 is #227EC6. Grayscale: #949494. Windows color (decimal): -2260679 or 3768797. OLE color: 3768797.

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

Color convert

RGB 221 129 57 -
CMYK 0 0.42 0.74 0.13
HSL 26.34º 0.71% 0.55% -
HSV(B) 26.34º 0.74% 0.87% -
XYZ 38.41 31.37 7.9 -
YUV 148.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 221 129 57 0 0.42 0.74 0.13 26.34 0.71 0.55
Hex DD 81 39 0 2A 4A D 1A 47 37
Octal 335 201 71 0 52 112 15 32 107 67
Binary 11011101 10000001 111001 0 101010 1001010 1101 11010 1000111 110111

Color Harmonies of #DD8139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8139

Black with #DD8139

Text Example


Text Example

White with #DD8139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8139; }

 p { color: rgb(221,129,57); }

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

background-color css

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

 a { background-color: rgb(221,129,57); }

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

border-color css

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

 span { border-color: rgb(221,129,57); }

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