Html Css Color HEX #DD8138 Tree Poppy

📋 copy color: '#DD8138'

red 221 ◦ green 129 ◦ blue 56

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

Shades of Tree Poppy #DD8138

Tints of Tree Poppy #DD8138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.79%

R = 54.43%
G = 31.77%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD8138 (or 0xDD8138) is known color: Tree Poppy. HEX triplet: DD, 81 and 38. RGB value is (221,129,56). Sum of RGB (Red+Green+Blue) = 221+129+56=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8138 is #227EC7. Grayscale: #949494. Windows color (decimal): -2260680 or 3703261. OLE color: 3703261.

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

Color convert

RGB 221 129 56 -
CMYK 0 0.42 0.75 0.13
HSL 26.55º 0.71% 0.54% -
HSV(B) 26.55º 0.75% 0.87% -
XYZ 38.38 31.36 7.77 -
YUV 148.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 221 129 56 0 0.42 0.75 0.13 26.55 0.71 0.54
Hex DD 81 38 0 2A 4B D 1B 47 36
Octal 335 201 70 0 52 113 15 33 107 66
Binary 11011101 10000001 111000 0 101010 1001011 1101 11011 1000111 110110

Color Harmonies of #DD8138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8138

Black with #DD8138

Text Example


Text Example

White with #DD8138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8138; }

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

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

background-color css

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

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

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

border-color css

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

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

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