#D66E6E

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

Shades of Contessa #D66E6E

Tints of Contessa #D66E6E

Color information

#D66E6E (or 0xD66E6E) is unknown color: approx Contessa. HEX triplet: D6, 6E and 6E. RGB value is (214,110,110). Sum of RGB (Red+Green+Blue) = 214+110+110=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E6E is #299191. Grayscale: #8D8D8D. Windows color (decimal): -2724242 or 7237334. OLE color: 7237334.

HSL color Cylindrical-coordinate representation of color #D66E6E: hue angle of 0º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E6E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214110110-
CMYK00.490.490.16
HSL55.91%63.53%-
HSV(B)48.6%83.92%-
XYZ36.1226.5717.98-
YUV141.1110.46180-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=49.31%
G=25.35%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411011000.490.490.16055.9163.53
HexD66E6E031311003840
Octal3261561560616120070100
Binary110101101101110110111001100011100011000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E6E; }

 p { color: rgb(214,110,110); }

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

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

 a { background-color: rgb(214,110,110); }

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

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

 span { border-color: rgb(214,110,110); }

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