Html Css Color HEX #DD842E Tree Poppy

📋 copy color: '#DD842E'

red 221 ◦ green 132 ◦ blue 46

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

Shades of Tree Poppy #DD842E

Tints of Tree Poppy #DD842E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

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

R = 55.39%
G = 33.08%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD842E (or 0xDD842E) is known color: Tree Poppy. HEX triplet: DD, 84 and 2E. RGB value is (221,132,46). Sum of RGB (Red+Green+Blue) = 221+132+46=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD842E is #227BD1. Grayscale: #959595. Windows color (decimal): -2259922 or 3048669. OLE color: 3048669.

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

Color convert

RGB 221 132 46 -
CMYK 0 0.40 0.79 0.13
HSL 29.49º 0.72% 0.52% -
HSV(B) 29.49º 0.79% 0.87% -
XYZ 38.56 32.07 6.74 -
YUV 148.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 221 132 46 0 0.40 0.79 0.13 29.49 0.72 0.52
Hex DD 84 2E 0 28 4F D 1D 48 34
Octal 335 204 56 0 50 117 15 35 110 64
Binary 11011101 10000100 101110 0 101000 1001111 1101 11101 1001000 110100

Color Harmonies of #DD842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD842E

Black with #DD842E

Text Example


Text Example

White with #DD842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD842E; }

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

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

background-color css

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

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

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

border-color css

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

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

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