#dd7738

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

Shades of Tree Poppy #DD7738

Tints of Tree Poppy #DD7738

Color information

#DD7738 (or 0xDD7738) is unknown color: approx Tree Poppy. HEX triplet: DD, 77 and 38. RGB value is (221,119,56). Sum of RGB (Red+Green+Blue) = 221+119+56=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7738 is #2288C7. Grayscale: #8E8E8E. Windows color (decimal): -2263240 or 3700701. OLE color: 3700701.

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

Color convert

RGB22111956-
CMYK00.460.750.13
HSL22.91º70.82%54.31%-
HSV(B)22.91º74.66%86.67%-
XYZ37.1328.857.35-
YUV142.3279.29184.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.81%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 56 (22.27% from 255) = 14.14%
R=55.81%
G=30.05%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211195600.460.750.1322.9170.8254.31
HexDD773802E4BD174736
Octal33516770056113152710766
Binary110111011110111111000010111010010111101101111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7738; }

 p { color: rgb(221,119,56); }

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

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

 a { background-color: rgb(221,119,56); }

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

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

 span { border-color: rgb(221,119,56); }

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