Html Css Color HEX #DD8541 Tree Poppy

📋 copy color: '#DD8541'

red 221 ◦ green 133 ◦ blue 65

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

Shades of Tree Poppy #DD8541

Tints of Tree Poppy #DD8541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 52.74%
G = 31.74%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD8541 (or 0xDD8541) is known color: Tree Poppy. HEX triplet: DD, 85 and 41. RGB value is (221,133,65). Sum of RGB (Red+Green+Blue) = 221+133+65=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8541 is #227ABE. Grayscale: #979797. Windows color (decimal): -2259647 or 4294109. OLE color: 4294109.

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

Color convert

RGB 221 133 65 -
CMYK 0 0.40 0.71 0.13
HSL 26.15º 0.7% 0.56% -
HSV(B) 26.15º 0.71% 0.87% -
XYZ 39.16 32.53 9.22 -
YUV 151.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 221 133 65 0 0.40 0.71 0.13 26.15 0.7 0.56
Hex DD 85 41 0 28 47 D 1A 46 38
Octal 335 205 101 0 50 107 15 32 106 70
Binary 11011101 10000101 1000001 0 101000 1000111 1101 11010 1000110 111000

Color Harmonies of #DD8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8541

Black with #DD8541

Text Example


Text Example

White with #DD8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8541; }

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

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

background-color css

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

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

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

border-color css

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

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

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