Html Css Color HEX #DD893E Tree Poppy

📋 copy color: '#DD893E'

red 221 ◦ green 137 ◦ blue 62

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

Shades of Tree Poppy #DD893E

Tints of Tree Poppy #DD893E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.76%

R = 52.62%
G = 32.62%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD893E (or 0xDD893E) is known color: Tree Poppy. HEX triplet: DD, 89 and 3E. RGB value is (221,137,62). Sum of RGB (Red+Green+Blue) = 221+137+62=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD893E is #2276C1. Grayscale: #999999. Windows color (decimal): -2258626 or 4098525. OLE color: 4098525.

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

Color convert

RGB 221 137 62 -
CMYK 0 0.38 0.72 0.13
HSL 28.3º 0.7% 0.55% -
HSV(B) 28.3º 0.72% 0.87% -
XYZ 39.63 33.61 8.96 -
YUV 153.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 221 137 62 0 0.38 0.72 0.13 28.3 0.7 0.55
Hex DD 89 3E 0 26 48 D 1C 46 37
Octal 335 211 76 0 46 110 15 34 106 67
Binary 11011101 10001001 111110 0 100110 1001000 1101 11100 1000110 110111

Color Harmonies of #DD893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD893E

Black with #DD893E

Text Example


Text Example

White with #DD893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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