Html Css Color HEX #DD802F Tree Poppy

📋 copy color: '#DD802F'

red 221 ◦ green 128 ◦ blue 47

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

Shades of Tree Poppy #DD802F

Tints of Tree Poppy #DD802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.87%

R = 55.81%
G = 32.32%
B = 11.87%

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

#DD802F (or 0xDD802F) is known color: Tree Poppy. HEX triplet: DD, 80 and 2F. RGB value is (221,128,47). Sum of RGB (Red+Green+Blue) = 221+128+47=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD802F is #227FD0. Grayscale: #929292. Windows color (decimal): -2260945 or 3113181. OLE color: 3113181.

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

Color convert

RGB 221 128 47 -
CMYK 0 0.42 0.79 0.13
HSL 27.93º 0.72% 0.53% -
HSV(B) 27.93º 0.79% 0.87% -
XYZ 38.05 31.02 6.67 -
YUV 146.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 221 128 47 0 0.42 0.79 0.13 27.93 0.72 0.53
Hex DD 80 2F 0 2A 4F D 1C 48 35
Octal 335 200 57 0 52 117 15 34 110 65
Binary 11011101 10000000 101111 0 101010 1001111 1101 11100 1001000 110101

Color Harmonies of #DD802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD802F

Black with #DD802F

Text Example


Text Example

White with #DD802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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