Html Css Color HEX #DD8136 Tree Poppy

📋 copy color: '#DD8136'

red 221 ◦ green 129 ◦ blue 54

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

Shades of Tree Poppy #DD8136

Tints of Tree Poppy #DD8136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.37%

R = 54.7%
G = 31.93%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8136 (or 0xDD8136) is known color: Tree Poppy. HEX triplet: DD, 81 and 36. RGB value is (221,129,54). Sum of RGB (Red+Green+Blue) = 221+129+54=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8136 is #227EC9. Grayscale: #949494. Windows color (decimal): -2260682 or 3572189. OLE color: 3572189.

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

Color convert

RGB 221 129 54 -
CMYK 0 0.42 0.76 0.13
HSL 26.95º 0.71% 0.54% -
HSV(B) 26.95º 0.76% 0.87% -
XYZ 38.33 31.34 7.52 -
YUV 147.96 74.98 180.1 -
System Red Green Blue C M Y K H S L
Decimal 221 129 54 0 0.42 0.76 0.13 26.95 0.71 0.54
Hex DD 81 36 0 2A 4C D 1B 47 36
Octal 335 201 66 0 52 114 15 33 107 66
Binary 11011101 10000001 110110 0 101010 1001100 1101 11011 1000111 110110

Color Harmonies of #DD8136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8136

Black with #DD8136

Text Example


Text Example

White with #DD8136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8136; }

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

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

background-color css

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

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

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

border-color css

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

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

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