#D0664E

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

Shades of Red Damask #D0664E

Tints of Red Damask #D0664E

Color information

#D0664E (or 0xD0664E) is unknown color: approx Red Damask. HEX triplet: D0, 66 and 4E. RGB value is (208,102,78). Sum of RGB (Red+Green+Blue) = 208+102+78=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0664E is #2F99B1. Grayscale: #838383. Windows color (decimal): -3119538 or 5138128. OLE color: 5138128.

HSL color Cylindrical-coordinate representation of color #D0664E: hue angle of 11.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0664E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20810278-
CMYK00.510.620.18
HSL11.08º58.04%56.08%-
HSV(B)11.08º62.5%81.57%-
XYZ32.1423.4610.04-
YUV130.9698.12182.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.61%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 78 (30.86% from 255) = 20.10%
R=53.61%
G=26.29%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081027800.510.620.1811.0858.0456.08
HexD0664E0333E12b3a38
Octal3201461160637622137270
Binary11010000110011010011100110011111110100101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0664E; }

 p { color: rgb(208,102,78); }

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

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

 a { background-color: rgb(208,102,78); }

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

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

 span { border-color: rgb(208,102,78); }

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