#DD8734

Color #DD8734 Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #DD8734

Tints of Tree Poppy #DD8734

Color information

#DD8734 (or 0xDD8734) is unknown color: approx Tree Poppy. HEX triplet: DD, 87 and 34. RGB value is (221,135,52). Sum of RGB (Red+Green+Blue) = 221+135+52=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8734 is #2278CB. Grayscale: #979797. Windows color (decimal): -2259148 or 3442653. OLE color: 3442653.

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

Color convert

RGB22113552-
CMYK00.390.760.13
HSL29.47º71.31%53.53%-
HSV(B)29.47º76.47%86.67%-
XYZ39.132.957.55-
YUV151.2571.99177.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 52 (20.70% from 255) = 12.75%
R=54.17%
G=33.09%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211355200.390.760.1329.4771.3153.53
HexDD87340274CD1d4736
Octal33520764047114153510766
Binary1101110110000111110100010011110011001101111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8734; }

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

 H1.HeaderClassName
 {
   color: #DD8734;
 }
 .AnyTagClassName
 {
   color: #DD8734;
 }
</style>
background-color css

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

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

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

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

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

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