Html Css Color HEX #DD8345 Tree Poppy

📋 copy color: '#DD8345'

red 221 ◦ green 131 ◦ blue 69

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

Shades of Tree Poppy #DD8345

Tints of Tree Poppy #DD8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

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

R = 52.49%
G = 31.12%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD8345 (or 0xDD8345) is known color: Tree Poppy. HEX triplet: DD, 83 and 45. RGB value is (221,131,69). Sum of RGB (Red+Green+Blue) = 221+131+69=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8345 is #227CBA. Grayscale: #979797. Windows color (decimal): -2260155 or 4555741. OLE color: 4555741.

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

Color convert

RGB 221 131 69 -
CMYK 0 0.41 0.69 0.13
HSL 24.47º 0.69% 0.57% -
HSV(B) 24.47º 0.69% 0.87% -
XYZ 39.01 32.03 9.76 -
YUV 150.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 221 131 69 0 0.41 0.69 0.13 24.47 0.69 0.57
Hex DD 83 45 0 29 45 D 18 45 39
Octal 335 203 105 0 51 105 15 30 105 71
Binary 11011101 10000011 1000101 0 101001 1000101 1101 11000 1000101 111001

Color Harmonies of #DD8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8345

Black with #DD8345

Text Example


Text Example

White with #DD8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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