Html Css Color HEX #DD8343 Tree Poppy

📋 copy color: '#DD8343'

red 221 ◦ green 131 ◦ blue 67

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

Shades of Tree Poppy #DD8343

Tints of Tree Poppy #DD8343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.26%

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

R = 52.74%
G = 31.26%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD8343 (or 0xDD8343) is known color: Tree Poppy. HEX triplet: DD, 83 and 43. RGB value is (221,131,67). Sum of RGB (Red+Green+Blue) = 221+131+67=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8343 is #227CBC. Grayscale: #969696. Windows color (decimal): -2260157 or 4424669. OLE color: 4424669.

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

Color convert

RGB 221 131 67 -
CMYK 0 0.41 0.70 0.13
HSL 24.94º 0.69% 0.56% -
HSV(B) 24.94º 0.7% 0.87% -
XYZ 38.95 32.01 9.44 -
YUV 150.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 221 131 67 0 0.41 0.70 0.13 24.94 0.69 0.56
Hex DD 83 43 0 29 46 D 19 45 38
Octal 335 203 103 0 51 106 15 31 105 70
Binary 11011101 10000011 1000011 0 101001 1000110 1101 11001 1000101 111000

Color Harmonies of #DD8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8343

Black with #DD8343

Text Example


Text Example

White with #DD8343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8343; }

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

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

background-color css

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

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

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

border-color css

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

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

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