Html Css Color HEX #DD8943 Tree Poppy

📋 copy color: '#DD8943'

red 221 ◦ green 137 ◦ blue 67

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

Shades of Tree Poppy #DD8943

Tints of Tree Poppy #DD8943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.76%

R = 52%
G = 32.24%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD8943 (or 0xDD8943) is known color: Tree Poppy. HEX triplet: DD, 89 and 43. RGB value is (221,137,67). Sum of RGB (Red+Green+Blue) = 221+137+67=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8943 is #2276BC. Grayscale: #9A9A9A. Windows color (decimal): -2258621 or 4426205. OLE color: 4426205.

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

Color convert

RGB 221 137 67 -
CMYK 0 0.38 0.70 0.13
HSL 27.27º 0.69% 0.56% -
HSV(B) 27.27º 0.7% 0.87% -
XYZ 39.78 33.67 9.71 -
YUV 154.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 221 137 67 0 0.38 0.70 0.13 27.27 0.69 0.56
Hex DD 89 43 0 26 46 D 1B 45 38
Octal 335 211 103 0 46 106 15 33 105 70
Binary 11011101 10001001 1000011 0 100110 1000110 1101 11011 1000101 111000

Color Harmonies of #DD8943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8943

Black with #DD8943

Text Example


Text Example

White with #DD8943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8943; }

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

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

background-color css

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

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

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

border-color css

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

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

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