Html Css Color HEX #DD8232 Tree Poppy

📋 copy color: '#DD8232'

red 221 ◦ green 130 ◦ blue 50

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

Shades of Tree Poppy #DD8232

Tints of Tree Poppy #DD8232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

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

R = 55.11%
G = 32.42%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8232 (or 0xDD8232) is known color: Tree Poppy. HEX triplet: DD, 82 and 32. RGB value is (221,130,50). Sum of RGB (Red+Green+Blue) = 221+130+50=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8232 is #227DCD. Grayscale: #949494. Windows color (decimal): -2260430 or 3310301. OLE color: 3310301.

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

Color convert

RGB 221 130 50 -
CMYK 0 0.41 0.77 0.13
HSL 28.07º 0.72% 0.53% -
HSV(B) 28.07º 0.77% 0.87% -
XYZ 38.38 31.57 7.09 -
YUV 148.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 221 130 50 0 0.41 0.77 0.13 28.07 0.72 0.53
Hex DD 82 32 0 29 4D D 1C 48 35
Octal 335 202 62 0 51 115 15 34 110 65
Binary 11011101 10000010 110010 0 101001 1001101 1101 11100 1001000 110101

Color Harmonies of #DD8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8232

Black with #DD8232

Text Example


Text Example

White with #DD8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8232; }

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

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

background-color css

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

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

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

border-color css

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

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

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