Html Css Color HEX #DD862E Tree Poppy

📋 copy color: '#DD862E'

red 221 ◦ green 134 ◦ blue 46

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

Shades of Tree Poppy #DD862E

Tints of Tree Poppy #DD862E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.47%

R = 55.11%
G = 33.42%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD862E (or 0xDD862E) is known color: Tree Poppy. HEX triplet: DD, 86 and 2E. RGB value is (221,134,46). Sum of RGB (Red+Green+Blue) = 221+134+46=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD862E is #2279D1. Grayscale: #969696. Windows color (decimal): -2259410 or 3049181. OLE color: 3049181.

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

Color convert

RGB 221 134 46 -
CMYK 0 0.39 0.79 0.13
HSL 30.17º 0.72% 0.52% -
HSV(B) 30.17º 0.79% 0.87% -
XYZ 38.84 32.62 6.83 -
YUV 149.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 221 134 46 0 0.39 0.79 0.13 30.17 0.72 0.52
Hex DD 86 2E 0 27 4F D 1E 48 34
Octal 335 206 56 0 47 117 15 36 110 64
Binary 11011101 10000110 101110 0 100111 1001111 1101 11110 1001000 110100

Color Harmonies of #DD862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD862E

Black with #DD862E

Text Example


Text Example

White with #DD862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD862E; }

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

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

background-color css

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

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

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

border-color css

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

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

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