Html Css Color HEX #DD873F Tree Poppy

📋 copy color: '#DD873F'

red 221 ◦ green 135 ◦ blue 63

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

Shades of Tree Poppy #DD873F

Tints of Tree Poppy #DD873F

RGB

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

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

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

R = 52.74%
G = 32.22%
B = 15.04%

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

#DD873F (or 0xDD873F) is known color: Tree Poppy. HEX triplet: DD, 87 and 3F. RGB value is (221,135,63). Sum of RGB (Red+Green+Blue) = 221+135+63=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD873F is #2278C0. Grayscale: #989898. Windows color (decimal): -2259137 or 4163549. OLE color: 4163549.

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

Color convert

RGB 221 135 63 -
CMYK 0 0.39 0.71 0.13
HSL 27.34º 0.7% 0.56% -
HSV(B) 27.34º 0.71% 0.87% -
XYZ 39.38 33.06 9.01 -
YUV 152.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 221 135 63 0 0.39 0.71 0.13 27.34 0.7 0.56
Hex DD 87 3F 0 27 47 D 1B 46 38
Octal 335 207 77 0 47 107 15 33 106 70
Binary 11011101 10000111 111111 0 100111 1000111 1101 11011 1000110 111000

Color Harmonies of #DD873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD873F

Black with #DD873F

Text Example


Text Example

White with #DD873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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