#D06D4A

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

Shades of Red Damask #D06D4A

Tints of Red Damask #D06D4A

Color information

#D06D4A (or 0xD06D4A) is unknown color: approx Red Damask. HEX triplet: D0, 6D and 4A. RGB value is (208,109,74). Sum of RGB (Red+Green+Blue) = 208+109+74=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D4A is #2F92B5. Grayscale: #868686. Windows color (decimal): -3117750 or 4877776. OLE color: 4877776.

HSL color Cylindrical-coordinate representation of color #D06D4A: hue angle of 15.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D06D4A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20810974-
CMYK00.480.640.18
HSL15.67º58.77%55.29%-
HSV(B)15.67º64.42%81.57%-
XYZ32.7224.849.55-
YUV134.6193.8180.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 74 (29.30% from 255) = 18.93%
R=53.20%
G=27.88%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081097400.480.640.1815.6758.7755.29
HexD06D4A0304012103b37
Octal32015511206010022207367
Binary1101000011011011001010011000010000001001010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D4A; }

 p { color: rgb(208,109,74); }

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

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

 a { background-color: rgb(208,109,74); }

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

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

 span { border-color: rgb(208,109,74); }

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