Html Css Color HEX #DD8033 Tree Poppy

📋 copy color: '#DD8033'

red 221 ◦ green 128 ◦ blue 51

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

Shades of Tree Poppy #DD8033

Tints of Tree Poppy #DD8033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.75%

R = 55.25%
G = 32%
B = 12.75%

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

#DD8033 (or 0xDD8033) is known color: Tree Poppy. HEX triplet: DD, 80 and 33. RGB value is (221,128,51). Sum of RGB (Red+Green+Blue) = 221+128+51=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8033 is #227FCC. Grayscale: #939393. Windows color (decimal): -2260941 or 3375325. OLE color: 3375325.

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

Color convert

RGB 221 128 51 -
CMYK 0 0.42 0.77 0.13
HSL 27.18º 0.71% 0.53% -
HSV(B) 27.18º 0.77% 0.87% -
XYZ 38.14 31.05 7.12 -
YUV 147.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 221 128 51 0 0.42 0.77 0.13 27.18 0.71 0.53
Hex DD 80 33 0 2A 4D D 1B 47 35
Octal 335 200 63 0 52 115 15 33 107 65
Binary 11011101 10000000 110011 0 101010 1001101 1101 11011 1000111 110101

Color Harmonies of #DD8033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8033

Black with #DD8033

Text Example


Text Example

White with #DD8033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8033; }

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

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

background-color css

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

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

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

border-color css

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

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

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