Html Css Color HEX #DD8034 Tree Poppy

📋 copy color: '#DD8034'

red 221 ◦ green 128 ◦ blue 52

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

Shades of Tree Poppy #DD8034

Tints of Tree Poppy #DD8034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.97%

R = 55.11%
G = 31.92%
B = 12.97%

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

#DD8034 (or 0xDD8034) is known color: Tree Poppy. HEX triplet: DD, 80 and 34. RGB value is (221,128,52). Sum of RGB (Red+Green+Blue) = 221+128+52=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8034 is #227FCB. Grayscale: #939393. Windows color (decimal): -2260940 or 3440861. OLE color: 3440861.

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

Color convert

RGB 221 128 52 -
CMYK 0 0.42 0.76 0.13
HSL 26.98º 0.71% 0.54% -
HSV(B) 26.98º 0.76% 0.87% -
XYZ 38.16 31.06 7.23 -
YUV 147.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 221 128 52 0 0.42 0.76 0.13 26.98 0.71 0.54
Hex DD 80 34 0 2A 4C D 1B 47 36
Octal 335 200 64 0 52 114 15 33 107 66
Binary 11011101 10000000 110100 0 101010 1001100 1101 11011 1000111 110110

Color Harmonies of #DD8034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8034

Black with #DD8034

Text Example


Text Example

White with #DD8034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8034; }

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

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

background-color css

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

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

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

border-color css

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

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

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