Html Css Color HEX #DD8546 Tree Poppy

📋 copy color: '#DD8546'

red 221 ◦ green 133 ◦ blue 70

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

Shades of Tree Poppy #DD8546

Tints of Tree Poppy #DD8546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 52.12%
G = 31.37%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD8546 (or 0xDD8546) is known color: Tree Poppy. HEX triplet: DD, 85 and 46. RGB value is (221,133,70). Sum of RGB (Red+Green+Blue) = 221+133+70=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8546 is #227AB9. Grayscale: #989898. Windows color (decimal): -2259642 or 4621789. OLE color: 4621789.

HSL color Cylindrical-coordinate representation of color #DD8546: hue angle of 25.03º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD8546 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 70 -
CMYK 0 0.40 0.68 0.13
HSL 25.03º 0.69% 0.57% -
HSV(B) 25.03º 0.68% 0.87% -
XYZ 39.31 32.59 10.01 -
YUV 152.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 221 133 70 0 0.40 0.68 0.13 25.03 0.69 0.57
Hex DD 85 46 0 28 44 D 19 45 39
Octal 335 205 106 0 50 104 15 31 105 71
Binary 11011101 10000101 1000110 0 101000 1000100 1101 11001 1000101 111001

Color Harmonies of #DD8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8546

Black with #DD8546

Text Example


Text Example

White with #DD8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8546; }

 p { color: rgb(221,133,70); }

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

background-color css

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

 a { background-color: rgb(221,133,70); }

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

border-color css

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

 span { border-color: rgb(221,133,70); }

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