Html Css Color HEX #DD822E Tree Poppy

📋 copy color: '#DD822E'

red 221 ◦ green 130 ◦ blue 46

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

Shades of Tree Poppy #DD822E

Tints of Tree Poppy #DD822E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 55.67%
G = 32.75%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD822E (or 0xDD822E) is known color: Tree Poppy. HEX triplet: DD, 82 and 2E. RGB value is (221,130,46). Sum of RGB (Red+Green+Blue) = 221+130+46=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD822E is #227DD1. Grayscale: #949494. Windows color (decimal): -2260434 or 3048157. OLE color: 3048157.

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

Color convert

RGB 221 130 46 -
CMYK 0 0.41 0.79 0.13
HSL 28.8º 0.72% 0.52% -
HSV(B) 28.8º 0.79% 0.87% -
XYZ 38.29 31.53 6.65 -
YUV 147.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 221 130 46 0 0.41 0.79 0.13 28.8 0.72 0.52
Hex DD 82 2E 0 29 4F D 1D 48 34
Octal 335 202 56 0 51 117 15 35 110 64
Binary 11011101 10000010 101110 0 101001 1001111 1101 11101 1001000 110100

Color Harmonies of #DD822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD822E

Black with #DD822E

Text Example


Text Example

White with #DD822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD822E; }

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

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

background-color css

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

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

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

border-color css

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

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

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