Html Css Color HEX #DD8030 Tree Poppy

📋 copy color: '#DD8030'

red 221 ◦ green 128 ◦ blue 48

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

Shades of Tree Poppy #DD8030

Tints of Tree Poppy #DD8030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 55.67%
G = 32.24%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8030 (or 0xDD8030) is known color: Tree Poppy. HEX triplet: DD, 80 and 30. RGB value is (221,128,48). Sum of RGB (Red+Green+Blue) = 221+128+48=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8030 is #227FCF. Grayscale: #939393. Windows color (decimal): -2260944 or 3178717. OLE color: 3178717.

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

Color convert

RGB 221 128 48 -
CMYK 0 0.42 0.78 0.13
HSL 27.75º 0.72% 0.53% -
HSV(B) 27.75º 0.78% 0.87% -
XYZ 38.07 31.02 6.78 -
YUV 146.69 72.31 181 -
System Red Green Blue C M Y K H S L
Decimal 221 128 48 0 0.42 0.78 0.13 27.75 0.72 0.53
Hex DD 80 30 0 2A 4E D 1C 48 35
Octal 335 200 60 0 52 116 15 34 110 65
Binary 11011101 10000000 110000 0 101010 1001110 1101 11100 1001000 110101

Color Harmonies of #DD8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8030

Black with #DD8030

Text Example


Text Example

White with #DD8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8030; }

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

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

background-color css

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

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

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

border-color css

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

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

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