Html Css Color HEX #DD8445 Tree Poppy

📋 copy color: '#DD8445'

red 221 ◦ green 132 ◦ blue 69

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

Shades of Tree Poppy #DD8445

Tints of Tree Poppy #DD8445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.35%

R = 52.37%
G = 31.28%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD8445 (or 0xDD8445) is known color: Tree Poppy. HEX triplet: DD, 84 and 45. RGB value is (221,132,69). Sum of RGB (Red+Green+Blue) = 221+132+69=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8445 is #227BBA. Grayscale: #979797. Windows color (decimal): -2259899 or 4555997. OLE color: 4555997.

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

Color convert

RGB 221 132 69 -
CMYK 0 0.40 0.69 0.13
HSL 24.87º 0.69% 0.57% -
HSV(B) 24.87º 0.69% 0.87% -
XYZ 39.14 32.3 9.8 -
YUV 151.43 81.49 177.62 -
System Red Green Blue C M Y K H S L
Decimal 221 132 69 0 0.40 0.69 0.13 24.87 0.69 0.57
Hex DD 84 45 0 28 45 D 19 45 39
Octal 335 204 105 0 50 105 15 31 105 71
Binary 11011101 10000100 1000101 0 101000 1000101 1101 11001 1000101 111001

Color Harmonies of #DD8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8445

Black with #DD8445

Text Example


Text Example

White with #DD8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8445; }

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

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

background-color css

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

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

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

border-color css

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

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

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