Html Css Color HEX #DD8631 Tree Poppy

📋 copy color: '#DD8631'

red 221 ◦ green 134 ◦ blue 49

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

Shades of Tree Poppy #DD8631

Tints of Tree Poppy #DD8631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

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

R = 54.7%
G = 33.17%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8631 (or 0xDD8631) is known color: Tree Poppy. HEX triplet: DD, 86 and 31. RGB value is (221,134,49). Sum of RGB (Red+Green+Blue) = 221+134+49=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8631 is #2279CE. Grayscale: #969696. Windows color (decimal): -2259407 or 3245789. OLE color: 3245789.

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

Color convert

RGB 221 134 49 -
CMYK 0 0.39 0.78 0.13
HSL 29.65º 0.72% 0.53% -
HSV(B) 29.65º 0.78% 0.87% -
XYZ 38.9 32.64 7.16 -
YUV 150.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 221 134 49 0 0.39 0.78 0.13 29.65 0.72 0.53
Hex DD 86 31 0 27 4E D 1E 48 35
Octal 335 206 61 0 47 116 15 36 110 65
Binary 11011101 10000110 110001 0 100111 1001110 1101 11110 1001000 110101

Color Harmonies of #DD8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8631

Black with #DD8631

Text Example


Text Example

White with #DD8631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8631; }

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

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

background-color css

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

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

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

border-color css

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

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

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