Html Css Color HEX #DD8132 Tree Poppy

📋 copy color: '#DD8132'

red 221 ◦ green 129 ◦ blue 50

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

Shades of Tree Poppy #DD8132

Tints of Tree Poppy #DD8132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 55.25%
G = 32.25%
B = 12.5%

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

#DD8132 (or 0xDD8132) is known color: Tree Poppy. HEX triplet: DD, 81 and 32. RGB value is (221,129,50). Sum of RGB (Red+Green+Blue) = 221+129+50=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8132 is #227ECD. Grayscale: #939393. Windows color (decimal): -2260686 or 3310045. OLE color: 3310045.

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

Color convert

RGB 221 129 50 -
CMYK 0 0.42 0.77 0.13
HSL 27.72º 0.72% 0.53% -
HSV(B) 27.72º 0.77% 0.87% -
XYZ 38.24 31.3 7.04 -
YUV 147.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 221 129 50 0 0.42 0.77 0.13 27.72 0.72 0.53
Hex DD 81 32 0 2A 4D D 1C 48 35
Octal 335 201 62 0 52 115 15 34 110 65
Binary 11011101 10000001 110010 0 101010 1001101 1101 11100 1001000 110101

Color Harmonies of #DD8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8132

Black with #DD8132

Text Example


Text Example

White with #DD8132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8132; }

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

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

background-color css

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

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

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

border-color css

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

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

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