Html Css Color HEX #DD863E Tree Poppy

📋 copy color: '#DD863E'

red 221 ◦ green 134 ◦ blue 62

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

Shades of Tree Poppy #DD863E

Tints of Tree Poppy #DD863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

 BLUE value IS 62 (24.61% from 255) = 14.87%

R = 53%
G = 32.13%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD863E (or 0xDD863E) is known color: Tree Poppy. HEX triplet: DD, 86 and 3E. RGB value is (221,134,62). Sum of RGB (Red+Green+Blue) = 221+134+62=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD863E is #2279C1. Grayscale: #989898. Windows color (decimal): -2259394 or 4097757. OLE color: 4097757.

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

Color convert

RGB 221 134 62 -
CMYK 0 0.39 0.72 0.13
HSL 27.17º 0.7% 0.55% -
HSV(B) 27.17º 0.72% 0.87% -
XYZ 39.21 32.77 8.82 -
YUV 151.81 77.32 177.35 -
System Red Green Blue C M Y K H S L
Decimal 221 134 62 0 0.39 0.72 0.13 27.17 0.7 0.55
Hex DD 86 3E 0 27 48 D 1B 46 37
Octal 335 206 76 0 47 110 15 33 106 67
Binary 11011101 10000110 111110 0 100111 1001000 1101 11011 1000110 110111

Color Harmonies of #DD863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD863E

Black with #DD863E

Text Example


Text Example

White with #DD863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD863E; }

 p { color: rgb(221,134,62); }

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

background-color css

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

 a { background-color: rgb(221,134,62); }

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

border-color css

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

 span { border-color: rgb(221,134,62); }

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