Html Css Color HEX #DD8744 Tree Poppy

📋 copy color: '#DD8744'

red 221 ◦ green 135 ◦ blue 68

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

Shades of Tree Poppy #DD8744

Tints of Tree Poppy #DD8744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.84%

 BLUE value IS 68 (26.95% from 255) = 16.04%

R = 52.12%
G = 31.84%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD8744 (or 0xDD8744) is known color: Tree Poppy. HEX triplet: DD, 87 and 44. RGB value is (221,135,68). Sum of RGB (Red+Green+Blue) = 221+135+68=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8744 is #2278BB. Grayscale: #999999. Windows color (decimal): -2259132 or 4491229. OLE color: 4491229.

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

Color convert

RGB 221 135 68 -
CMYK 0 0.39 0.69 0.13
HSL 26.27º 0.69% 0.57% -
HSV(B) 26.27º 0.69% 0.87% -
XYZ 39.53 33.12 9.78 -
YUV 153.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 221 135 68 0 0.39 0.69 0.13 26.27 0.69 0.57
Hex DD 87 44 0 27 45 D 1A 45 39
Octal 335 207 104 0 47 105 15 32 105 71
Binary 11011101 10000111 1000100 0 100111 1000101 1101 11010 1000101 111001

Color Harmonies of #DD8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8744

Black with #DD8744

Text Example


Text Example

White with #DD8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8744; }

 p { color: rgb(221,135,68); }

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

background-color css

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

 a { background-color: rgb(221,135,68); }

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

border-color css

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

 span { border-color: rgb(221,135,68); }

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