#DD8C4D

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

Shades of Flamenco #DD8C4D

Tints of Flamenco #DD8C4D

Color information

#DD8C4D (or 0xDD8C4D) is unknown color: approx Flamenco. HEX triplet: DD, 8C and 4D. RGB value is (221,140,77). Sum of RGB (Red+Green+Blue) = 221+140+77=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C4D is #2273B2. Grayscale: #9D9D9D. Windows color (decimal): -2257843 or 5082333. OLE color: 5082333.

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

Color convert

RGB22114077-
CMYK00.370.650.13
HSL26.25º67.92%58.43%-
HSV(B)26.25º65.16%86.67%-
XYZ40.5434.6611.58-
YUV157.0482.84173.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.46%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=50.46%
G=31.96%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211407700.370.650.1326.2567.9258.43
HexDD8C4D02541D1a443a
Octal335214115045101153210472
Binary11011101100011001001101010010110000011101110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8C4D; }

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

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

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

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

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

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

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

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