Html Css Color HEX #DD802E Tree Poppy

📋 copy color: '#DD802E'

red 221 ◦ green 128 ◦ blue 46

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

Shades of Tree Poppy #DD802E

Tints of Tree Poppy #DD802E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

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

R = 55.95%
G = 32.41%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD802E (or 0xDD802E) is known color: Tree Poppy. HEX triplet: DD, 80 and 2E. RGB value is (221,128,46). Sum of RGB (Red+Green+Blue) = 221+128+46=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD802E is #227FD1. Grayscale: #929292. Windows color (decimal): -2260946 or 3047645. OLE color: 3047645.

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

Color convert

RGB 221 128 46 -
CMYK 0 0.42 0.79 0.13
HSL 28.11º 0.72% 0.52% -
HSV(B) 28.11º 0.79% 0.87% -
XYZ 38.03 31.01 6.57 -
YUV 146.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 221 128 46 0 0.42 0.79 0.13 28.11 0.72 0.52
Hex DD 80 2E 0 2A 4F D 1C 48 34
Octal 335 200 56 0 52 117 15 34 110 64
Binary 11011101 10000000 101110 0 101010 1001111 1101 11100 1001000 110100

Color Harmonies of #DD802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD802E

Black with #DD802E

Text Example


Text Example

White with #DD802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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