Html Css Color HEX #DD863D Tree Poppy

📋 copy color: '#DD863D'

red 221 ◦ green 134 ◦ blue 61

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

Shades of Tree Poppy #DD863D

Tints of Tree Poppy #DD863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 53.13%
G = 32.21%
B = 14.66%

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

#DD863D (or 0xDD863D) is known color: Tree Poppy. HEX triplet: DD, 86 and 3D. RGB value is (221,134,61). Sum of RGB (Red+Green+Blue) = 221+134+61=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD863D is #2279C2. Grayscale: #989898. Windows color (decimal): -2259395 or 4032221. OLE color: 4032221.

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

Color convert

RGB 221 134 61 -
CMYK 0 0.39 0.72 0.13
HSL 27.38º 0.7% 0.55% -
HSV(B) 27.38º 0.72% 0.87% -
XYZ 39.19 32.76 8.67 -
YUV 151.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 221 134 61 0 0.39 0.72 0.13 27.38 0.7 0.55
Hex DD 86 3D 0 27 48 D 1B 46 37
Octal 335 206 75 0 47 110 15 33 106 67
Binary 11011101 10000110 111101 0 100111 1001000 1101 11011 1000110 110111

Color Harmonies of #DD863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD863D

Black with #DD863D

Text Example


Text Example

White with #DD863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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