Html Css Color HEX #DD873D Tree Poppy

📋 copy color: '#DD873D'

red 221 ◦ green 135 ◦ blue 61

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

Shades of Tree Poppy #DD873D

Tints of Tree Poppy #DD873D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.63%

R = 53%
G = 32.37%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD873D (or 0xDD873D) is known color: Tree Poppy. HEX triplet: DD, 87 and 3D. RGB value is (221,135,61). Sum of RGB (Red+Green+Blue) = 221+135+61=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD873D is #2278C2. Grayscale: #989898. Windows color (decimal): -2259139 or 4032477. OLE color: 4032477.

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

Color convert

RGB 221 135 61 -
CMYK 0 0.39 0.72 0.13
HSL 27.75º 0.7% 0.55% -
HSV(B) 27.75º 0.72% 0.87% -
XYZ 39.33 33.04 8.72 -
YUV 152.28 76.49 177.02 -
System Red Green Blue C M Y K H S L
Decimal 221 135 61 0 0.39 0.72 0.13 27.75 0.7 0.55
Hex DD 87 3D 0 27 48 D 1C 46 37
Octal 335 207 75 0 47 110 15 34 106 67
Binary 11011101 10000111 111101 0 100111 1001000 1101 11100 1000110 110111

Color Harmonies of #DD873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD873D

Black with #DD873D

Text Example


Text Example

White with #DD873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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