#DD864D

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

Shades of Flamenco #DD864D

Tints of Flamenco #DD864D

Color information

#DD864D (or 0xDD864D) is unknown color: approx Flamenco. HEX triplet: DD, 86 and 4D. RGB value is (221,134,77). Sum of RGB (Red+Green+Blue) = 221+134+77=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD864D is #2279B2. Grayscale: #999999. Windows color (decimal): -2259379 or 5080797. OLE color: 5080797.

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

Color convert

RGB22113477-
CMYK00.390.650.13
HSL23.75º67.92%58.43%-
HSV(B)23.75º65.16%86.67%-
XYZ39.6832.9611.29-
YUV153.5184.82176.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.16%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=51.16%
G=31.02%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211347700.390.650.1323.7567.9258.43
HexDD864D02741D18443a
Octal335206115047101153010472
Binary11011101100001101001101010011110000011101110001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD864D; }

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

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

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

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

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

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

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

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