Html Css Color HEX #DD8740 Tree Poppy

📋 copy color: '#DD8740'

red 221 ◦ green 135 ◦ blue 64

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

Shades of Tree Poppy #DD8740

Tints of Tree Poppy #DD8740

RGB

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

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

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

R = 52.62%
G = 32.14%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD8740 (or 0xDD8740) is known color: Tree Poppy. HEX triplet: DD, 87 and 40. RGB value is (221,135,64). Sum of RGB (Red+Green+Blue) = 221+135+64=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8740 is #2278BF. Grayscale: #989898. Windows color (decimal): -2259136 or 4229085. OLE color: 4229085.

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

Color convert

RGB 221 135 64 -
CMYK 0 0.39 0.71 0.13
HSL 27.13º 0.7% 0.56% -
HSV(B) 27.13º 0.71% 0.87% -
XYZ 39.41 33.07 9.16 -
YUV 152.62 77.99 176.77 -
System Red Green Blue C M Y K H S L
Decimal 221 135 64 0 0.39 0.71 0.13 27.13 0.7 0.56
Hex DD 87 40 0 27 47 D 1B 46 38
Octal 335 207 100 0 47 107 15 33 106 70
Binary 11011101 10000111 1000000 0 100111 1000111 1101 11011 1000110 111000

Color Harmonies of #DD8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8740

Black with #DD8740

Text Example


Text Example

White with #DD8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8740; }

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

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

background-color css

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

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

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

border-color css

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

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

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