Html Css Color HEX #DD873A Tree Poppy

📋 copy color: '#DD873A'

red 221 ◦ green 135 ◦ blue 58

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

Shades of Tree Poppy #DD873A

Tints of Tree Poppy #DD873A

RGB

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

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

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

R = 53.38%
G = 32.61%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD873A (or 0xDD873A) is known color: Tree Poppy. HEX triplet: DD, 87 and 3A. RGB value is (221,135,58). Sum of RGB (Red+Green+Blue) = 221+135+58=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD873A is #2278C5. Grayscale: #989898. Windows color (decimal): -2259142 or 3835869. OLE color: 3835869.

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

Color convert

RGB 221 135 58 -
CMYK 0 0.39 0.74 0.13
HSL 28.34º 0.71% 0.55% -
HSV(B) 28.34º 0.74% 0.87% -
XYZ 39.25 33.01 8.31 -
YUV 151.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 221 135 58 0 0.39 0.74 0.13 28.34 0.71 0.55
Hex DD 87 3A 0 27 4A D 1C 47 37
Octal 335 207 72 0 47 112 15 34 107 67
Binary 11011101 10000111 111010 0 100111 1001010 1101 11100 1000111 110111

Color Harmonies of #DD873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD873A

Black with #DD873A

Text Example


Text Example

White with #DD873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD873A; }

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

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

background-color css

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

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

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

border-color css

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

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

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