Html Css Color HEX #DD8440 Tree Poppy

📋 copy color: '#DD8440'

red 221 ◦ green 132 ◦ blue 64

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

Shades of Tree Poppy #DD8440

Tints of Tree Poppy #DD8440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 53%
G = 31.65%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD8440 (or 0xDD8440) is known color: Tree Poppy. HEX triplet: DD, 84 and 40. RGB value is (221,132,64). Sum of RGB (Red+Green+Blue) = 221+132+64=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8440 is #227BBF. Grayscale: #979797. Windows color (decimal): -2259904 or 4228317. OLE color: 4228317.

HSL color Cylindrical-coordinate representation of color #DD8440: hue angle of 25.99º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD8440 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 64 -
CMYK 0 0.40 0.71 0.13
HSL 25.99º 0.7% 0.56% -
HSV(B) 25.99º 0.71% 0.87% -
XYZ 39 32.24 9.02 -
YUV 150.86 78.99 178.03 -
System Red Green Blue C M Y K H S L
Decimal 221 132 64 0 0.40 0.71 0.13 25.99 0.7 0.56
Hex DD 84 40 0 28 47 D 1A 46 38
Octal 335 204 100 0 50 107 15 32 106 70
Binary 11011101 10000100 1000000 0 101000 1000111 1101 11010 1000110 111000

Color Harmonies of #DD8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8440

Black with #DD8440

Text Example


Text Example

White with #DD8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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