Html Css Color HEX #DD8830 Tree Poppy

📋 copy color: '#DD8830'

red 221 ◦ green 136 ◦ blue 48

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

Shades of Tree Poppy #DD8830

Tints of Tree Poppy #DD8830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 54.57%
G = 33.58%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8830 (or 0xDD8830) is known color: Tree Poppy. HEX triplet: DD, 88 and 30. RGB value is (221,136,48). Sum of RGB (Red+Green+Blue) = 221+136+48=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8830 is #2277CF. Grayscale: #979797. Windows color (decimal): -2258896 or 3180765. OLE color: 3180765.

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

Color convert

RGB 221 136 48 -
CMYK 0 0.38 0.78 0.13
HSL 30.52º 0.72% 0.53% -
HSV(B) 30.52º 0.78% 0.87% -
XYZ 39.16 33.19 7.14 -
YUV 151.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 221 136 48 0 0.38 0.78 0.13 30.52 0.72 0.53
Hex DD 88 30 0 26 4E D 1F 48 35
Octal 335 210 60 0 46 116 15 37 110 65
Binary 11011101 10001000 110000 0 100110 1001110 1101 11111 1001000 110101

Color Harmonies of #DD8830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8830

Black with #DD8830

Text Example


Text Example

White with #DD8830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8830; }

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

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

background-color css

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

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

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

border-color css

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

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

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