Html Css Color HEX #DD863F Tree Poppy

📋 copy color: '#DD863F'

red 221 ◦ green 134 ◦ blue 63

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

Shades of Tree Poppy #DD863F

Tints of Tree Poppy #DD863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.07%

R = 52.87%
G = 32.06%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD863F (or 0xDD863F) is known color: Tree Poppy. HEX triplet: DD, 86 and 3F. RGB value is (221,134,63). Sum of RGB (Red+Green+Blue) = 221+134+63=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD863F is #2279C0. Grayscale: #989898. Windows color (decimal): -2259393 or 4163293. OLE color: 4163293.

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

Color convert

RGB 221 134 63 -
CMYK 0 0.39 0.71 0.13
HSL 26.96º 0.7% 0.56% -
HSV(B) 26.96º 0.71% 0.87% -
XYZ 39.24 32.78 8.96 -
YUV 151.92 77.82 177.27 -
System Red Green Blue C M Y K H S L
Decimal 221 134 63 0 0.39 0.71 0.13 26.96 0.7 0.56
Hex DD 86 3F 0 27 47 D 1B 46 38
Octal 335 206 77 0 47 107 15 33 106 70
Binary 11011101 10000110 111111 0 100111 1000111 1101 11011 1000110 111000

Color Harmonies of #DD863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD863F

Black with #DD863F

Text Example


Text Example

White with #DD863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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