Html Css Color HEX #DD8032 Tree Poppy

📋 copy color: '#DD8032'

red 221 ◦ green 128 ◦ blue 50

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

Shades of Tree Poppy #DD8032

Tints of Tree Poppy #DD8032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 55.39%
G = 32.08%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8032 (or 0xDD8032) is known color: Tree Poppy. HEX triplet: DD, 80 and 32. RGB value is (221,128,50). Sum of RGB (Red+Green+Blue) = 221+128+50=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8032 is #227FCD. Grayscale: #939393. Windows color (decimal): -2260942 or 3309789. OLE color: 3309789.

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

Color convert

RGB 221 128 50 -
CMYK 0 0.42 0.77 0.13
HSL 27.37º 0.72% 0.53% -
HSV(B) 27.37º 0.77% 0.87% -
XYZ 38.11 31.04 7 -
YUV 146.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 221 128 50 0 0.42 0.77 0.13 27.37 0.72 0.53
Hex DD 80 32 0 2A 4D D 1B 48 35
Octal 335 200 62 0 52 115 15 33 110 65
Binary 11011101 10000000 110010 0 101010 1001101 1101 11011 1001000 110101

Color Harmonies of #DD8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8032

Black with #DD8032

Text Example


Text Example

White with #DD8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8032; }

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

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

background-color css

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

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

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

border-color css

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

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

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