Html Css Color HEX #DD893A Tree Poppy

📋 copy color: '#DD893A'

red 221 ◦ green 137 ◦ blue 58

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

Shades of Tree Poppy #DD893A

Tints of Tree Poppy #DD893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.94%

R = 53.13%
G = 32.93%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD893A (or 0xDD893A) is known color: Tree Poppy. HEX triplet: DD, 89 and 3A. RGB value is (221,137,58). Sum of RGB (Red+Green+Blue) = 221+137+58=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD893A is #2276C5. Grayscale: #999999. Windows color (decimal): -2258630 or 3836381. OLE color: 3836381.

HSL color Cylindrical-coordinate representation of color #DD893A: hue angle of 29.08º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD893A is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 58 -
CMYK 0 0.38 0.74 0.13
HSL 29.08º 0.71% 0.55% -
HSV(B) 29.08º 0.74% 0.87% -
XYZ 39.53 33.57 8.4 -
YUV 153.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 221 137 58 0 0.38 0.74 0.13 29.08 0.71 0.55
Hex DD 89 3A 0 26 4A D 1D 47 37
Octal 335 211 72 0 46 112 15 35 107 67
Binary 11011101 10001001 111010 0 100110 1001010 1101 11101 1000111 110111

Color Harmonies of #DD893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD893A

Black with #DD893A

Text Example


Text Example

White with #DD893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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