#DD884E

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

Shades of Flamenco #DD884E

Tints of Flamenco #DD884E

Color information

#DD884E (or 0xDD884E) is unknown color: approx Flamenco. HEX triplet: DD, 88 and 4E. RGB value is (221,136,78). Sum of RGB (Red+Green+Blue) = 221+136+78=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD884E is #2277B1. Grayscale: #9B9B9B. Windows color (decimal): -2258866 or 5146845. OLE color: 5146845.

HSL color Cylindrical-coordinate representation of color #DD884E: hue angle of 24.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD884E is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22113678-
CMYK00.380.650.13
HSL24.34º67.77%58.63%-
HSV(B)24.34º64.71%86.67%-
XYZ4033.5311.57-
YUV154.884.66175.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=50.80%
G=31.26%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211367800.380.650.1324.3467.7758.63
HexDD884E02641D18443b
Octal335210116046101153010473
Binary11011101100010001001110010011010000011101110001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD884E; }

 p { color: rgb(221,136,78); }

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

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

 a { background-color: rgb(221,136,78); }

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

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

 span { border-color: rgb(221,136,78); }

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