Html Css Color HEX #DD8144 Tree Poppy

📋 copy color: '#DD8144'

red 221 ◦ green 129 ◦ blue 68

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

Shades of Tree Poppy #DD8144

Tints of Tree Poppy #DD8144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.27%

R = 52.87%
G = 30.86%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD8144 (or 0xDD8144) is known color: Tree Poppy. HEX triplet: DD, 81 and 44. RGB value is (221,129,68). Sum of RGB (Red+Green+Blue) = 221+129+68=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8144 is #227EBB. Grayscale: #959595. Windows color (decimal): -2260668 or 4489693. OLE color: 4489693.

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

Color convert

RGB 221 129 68 -
CMYK 0 0.42 0.69 0.13
HSL 23.92º 0.69% 0.57% -
HSV(B) 23.92º 0.69% 0.87% -
XYZ 38.71 31.49 9.51 -
YUV 149.55 81.98 178.96 -
System Red Green Blue C M Y K H S L
Decimal 221 129 68 0 0.42 0.69 0.13 23.92 0.69 0.57
Hex DD 81 44 0 2A 45 D 18 45 39
Octal 335 201 104 0 52 105 15 30 105 71
Binary 11011101 10000001 1000100 0 101010 1000101 1101 11000 1000101 111001

Color Harmonies of #DD8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8144

Black with #DD8144

Text Example


Text Example

White with #DD8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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