Html Css Color HEX #DD8531 Tree Poppy

📋 copy color: '#DD8531'

red 221 ◦ green 133 ◦ blue 49

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

Shades of Tree Poppy #DD8531

Tints of Tree Poppy #DD8531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

 BLUE value IS 49 (19.53% from 255) = 12.16%

R = 54.84%
G = 33%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8531 (or 0xDD8531) is known color: Tree Poppy. HEX triplet: DD, 85 and 31. RGB value is (221,133,49). Sum of RGB (Red+Green+Blue) = 221+133+49=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8531 is #227ACE. Grayscale: #969696. Windows color (decimal): -2259663 or 3245533. OLE color: 3245533.

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

Color convert

RGB 221 133 49 -
CMYK 0 0.40 0.78 0.13
HSL 29.3º 0.72% 0.53% -
HSV(B) 29.3º 0.78% 0.87% -
XYZ 38.76 32.37 7.11 -
YUV 149.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 221 133 49 0 0.40 0.78 0.13 29.3 0.72 0.53
Hex DD 85 31 0 28 4E D 1D 48 35
Octal 335 205 61 0 50 116 15 35 110 65
Binary 11011101 10000101 110001 0 101000 1001110 1101 11101 1001000 110101

Color Harmonies of #DD8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8531

Black with #DD8531

Text Example


Text Example

White with #DD8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8531; }

 p { color: rgb(221,133,49); }

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

background-color css

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

 a { background-color: rgb(221,133,49); }

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

border-color css

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

 span { border-color: rgb(221,133,49); }

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