#DD8B4F

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

Shades of Flamenco #DD8B4F

Tints of Flamenco #DD8B4F

Color information

#DD8B4F (or 0xDD8B4F) is unknown color: approx Flamenco. HEX triplet: DD, 8B and 4F. RGB value is (221,139,79). Sum of RGB (Red+Green+Blue) = 221+139+79=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B4F is #2274B0. Grayscale: #9D9D9D. Windows color (decimal): -2258097 or 5213149. OLE color: 5213149.

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

Color convert

RGB22113979-
CMYK00.370.640.13
HSL25.35º67.62%58.82%-
HSV(B)25.35º64.25%86.67%-
XYZ40.4634.411.9-
YUV156.6884.17173.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 79 (31.25% from 255) = 18.00%
R=50.34%
G=31.66%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211397900.370.640.1325.3567.6258.82
HexDD8B4F02540D19443b
Octal335213117045100153110473
Binary11011101100010111001111010010110000001101110011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8B4F; }

 p { color: rgb(221,139,79); }

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

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

 a { background-color: rgb(221,139,79); }

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

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

 span { border-color: rgb(221,139,79); }

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