Html Css Color HEX #DD8634 Tree Poppy

📋 copy color: '#DD8634'

red 221 ◦ green 134 ◦ blue 52

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

Shades of Tree Poppy #DD8634

Tints of Tree Poppy #DD8634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 54.3%
G = 32.92%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8634 (or 0xDD8634) is known color: Tree Poppy. HEX triplet: DD, 86 and 34. RGB value is (221,134,52). Sum of RGB (Red+Green+Blue) = 221+134+52=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8634 is #2279CB. Grayscale: #979797. Windows color (decimal): -2259404 or 3442397. OLE color: 3442397.

HSL color Cylindrical-coordinate representation of color #DD8634: hue angle of 29.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD8634 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 52 -
CMYK 0 0.39 0.76 0.13
HSL 29.11º 0.71% 0.54% -
HSV(B) 29.11º 0.76% 0.87% -
XYZ 38.96 32.67 7.5 -
YUV 150.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 221 134 52 0 0.39 0.76 0.13 29.11 0.71 0.54
Hex DD 86 34 0 27 4C D 1D 47 36
Octal 335 206 64 0 47 114 15 35 107 66
Binary 11011101 10000110 110100 0 100111 1001100 1101 11101 1000111 110110

Color Harmonies of #DD8634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8634

Black with #DD8634

Text Example


Text Example

White with #DD8634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8634; }

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

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

background-color css

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

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

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

border-color css

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

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

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