#DD894E

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

Shades of Flamenco #DD894E

Tints of Flamenco #DD894E

Color information

#DD894E (or 0xDD894E) is unknown color: approx Flamenco. HEX triplet: DD, 89 and 4E. RGB value is (221,137,78). Sum of RGB (Red+Green+Blue) = 221+137+78=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD894E is #2276B1. Grayscale: #9B9B9B. Windows color (decimal): -2258610 or 5147101. OLE color: 5147101.

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

Color convert

RGB22113778-
CMYK00.380.650.13
HSL24.76º67.77%58.63%-
HSV(B)24.76º64.71%86.67%-
XYZ40.1433.8111.62-
YUV155.3984.33174.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=50.69%
G=31.42%
B=17.89%

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
Decimal2211377800.380.650.1324.7667.7758.63
HexDD894E02641D19443b
Octal335211116046101153110473
Binary11011101100010011001110010011010000011101110011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD894E; }

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

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

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

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

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

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

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

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