Html Css Color HEX #DD8640 Tree Poppy

📋 copy color: '#DD8640'

red 221 ◦ green 134 ◦ blue 64

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

Shades of Tree Poppy #DD8640

Tints of Tree Poppy #DD8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.98%

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

R = 52.74%
G = 31.98%
B = 15.27%

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

#DD8640 (or 0xDD8640) is known color: Tree Poppy. HEX triplet: DD, 86 and 40. RGB value is (221,134,64). Sum of RGB (Red+Green+Blue) = 221+134+64=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8640 is #2279BF. Grayscale: #989898. Windows color (decimal): -2259392 or 4228829. OLE color: 4228829.

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

Color convert

RGB 221 134 64 -
CMYK 0 0.39 0.71 0.13
HSL 26.75º 0.7% 0.56% -
HSV(B) 26.75º 0.71% 0.87% -
XYZ 39.27 32.79 9.11 -
YUV 152.03 78.32 177.19 -
System Red Green Blue C M Y K H S L
Decimal 221 134 64 0 0.39 0.71 0.13 26.75 0.7 0.56
Hex DD 86 40 0 27 47 D 1B 46 38
Octal 335 206 100 0 47 107 15 33 106 70
Binary 11011101 10000110 1000000 0 100111 1000111 1101 11011 1000110 111000

Color Harmonies of #DD8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8640

Black with #DD8640

Text Example


Text Example

White with #DD8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8640; }

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

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

background-color css

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

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

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

border-color css

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

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

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