Html Css Color HEX #DD8035 Tree Poppy

📋 copy color: '#DD8035'

red 221 ◦ green 128 ◦ blue 53

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

Shades of Tree Poppy #DD8035

Tints of Tree Poppy #DD8035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.18%

R = 54.98%
G = 31.84%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8035 (or 0xDD8035) is known color: Tree Poppy. HEX triplet: DD, 80 and 35. RGB value is (221,128,53). Sum of RGB (Red+Green+Blue) = 221+128+53=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8035 is #227FCA. Grayscale: #939393. Windows color (decimal): -2260939 or 3506397. OLE color: 3506397.

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

Color convert

RGB 221 128 53 -
CMYK 0 0.42 0.76 0.13
HSL 26.79º 0.71% 0.54% -
HSV(B) 26.79º 0.76% 0.87% -
XYZ 38.18 31.07 7.35 -
YUV 147.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 221 128 53 0 0.42 0.76 0.13 26.79 0.71 0.54
Hex DD 80 35 0 2A 4C D 1B 47 36
Octal 335 200 65 0 52 114 15 33 107 66
Binary 11011101 10000000 110101 0 101010 1001100 1101 11011 1000111 110110

Color Harmonies of #DD8035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8035

Black with #DD8035

Text Example


Text Example

White with #DD8035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8035; }

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

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

background-color css

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

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

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

border-color css

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

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

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