Html Css Color HEX #DD893F Tree Poppy

📋 copy color: '#DD893F'

red 221 ◦ green 137 ◦ blue 63

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

Shades of Tree Poppy #DD893F

Tints of Tree Poppy #DD893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.54%

 BLUE value IS 63 (25% from 255) = 14.96%

R = 52.49%
G = 32.54%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD893F (or 0xDD893F) is known color: Tree Poppy. HEX triplet: DD, 89 and 3F. RGB value is (221,137,63). Sum of RGB (Red+Green+Blue) = 221+137+63=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD893F is #2276C0. Grayscale: #9A9A9A. Windows color (decimal): -2258625 or 4164061. OLE color: 4164061.

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

Color convert

RGB 221 137 63 -
CMYK 0 0.38 0.71 0.13
HSL 28.1º 0.7% 0.56% -
HSV(B) 28.1º 0.71% 0.87% -
XYZ 39.66 33.62 9.1 -
YUV 153.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 221 137 63 0 0.38 0.71 0.13 28.1 0.7 0.56
Hex DD 89 3F 0 26 47 D 1C 46 38
Octal 335 211 77 0 46 107 15 34 106 70
Binary 11011101 10001001 111111 0 100110 1000111 1101 11100 1000110 111000

Color Harmonies of #DD893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD893F

Black with #DD893F

Text Example


Text Example

White with #DD893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD893F; }

 p { color: rgb(221,137,63); }

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

background-color css

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

 a { background-color: rgb(221,137,63); }

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

border-color css

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

 span { border-color: rgb(221,137,63); }

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