Html Css Color HEX #DD8244 Tree Poppy

📋 copy color: '#DD8244'

red 221 ◦ green 130 ◦ blue 68

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

Shades of Tree Poppy #DD8244

Tints of Tree Poppy #DD8244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

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

R = 52.74%
G = 31.03%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD8244 (or 0xDD8244) is known color: Tree Poppy. HEX triplet: DD, 82 and 44. RGB value is (221,130,68). Sum of RGB (Red+Green+Blue) = 221+130+68=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8244 is #227DBB. Grayscale: #969696. Windows color (decimal): -2260412 or 4489949. OLE color: 4489949.

HSL color Cylindrical-coordinate representation of color #DD8244: hue angle of 24.31º 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 #DD8244 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 68 -
CMYK 0 0.41 0.69 0.13
HSL 24.31º 0.69% 0.57% -
HSV(B) 24.31º 0.69% 0.87% -
XYZ 38.84 31.75 9.55 -
YUV 150.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 221 130 68 0 0.41 0.69 0.13 24.31 0.69 0.57
Hex DD 82 44 0 29 45 D 18 45 39
Octal 335 202 104 0 51 105 15 30 105 71
Binary 11011101 10000010 1000100 0 101001 1000101 1101 11000 1000101 111001

Color Harmonies of #DD8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8244

Black with #DD8244

Text Example


Text Example

White with #DD8244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8244; }

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

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

background-color css

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

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

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

border-color css

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

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

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