Html Css Color HEX #DD8037 Tree Poppy

📋 copy color: '#DD8037'

red 221 ◦ green 128 ◦ blue 55

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

Shades of Tree Poppy #DD8037

Tints of Tree Poppy #DD8037

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 55 (21.88% from 255) = 13.61%

R = 54.7%
G = 31.68%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD8037 (or 0xDD8037) is known color: Tree Poppy. HEX triplet: DD, 80 and 37. RGB value is (221,128,55). Sum of RGB (Red+Green+Blue) = 221+128+55=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8037 is #227FC8. Grayscale: #939393. Windows color (decimal): -2260937 or 3637469. OLE color: 3637469.

HSL color Cylindrical-coordinate representation of color #DD8037: hue angle of 26.39º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD8037 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 55 -
CMYK 0 0.42 0.75 0.13
HSL 26.39º 0.71% 0.54% -
HSV(B) 26.39º 0.75% 0.87% -
XYZ 38.23 31.09 7.6 -
YUV 147.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 221 128 55 0 0.42 0.75 0.13 26.39 0.71 0.54
Hex DD 80 37 0 2A 4B D 1A 47 36
Octal 335 200 67 0 52 113 15 32 107 66
Binary 11011101 10000000 110111 0 101010 1001011 1101 11010 1000111 110110

Color Harmonies of #DD8037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8037

Black with #DD8037

Text Example


Text Example

White with #DD8037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8037; }

 p { color: rgb(221,128,55); }

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

background-color css

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

 a { background-color: rgb(221,128,55); }

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

border-color css

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

 span { border-color: rgb(221,128,55); }

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