#D66E6D

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

Shades of Roman #D66E6D

Tints of Roman #D66E6D

Color information

#D66E6D (or 0xD66E6D) is unknown color: approx Roman. HEX triplet: D6, 6E and 6D. RGB value is (214,110,109). Sum of RGB (Red+Green+Blue) = 214+110+109=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E6D is #299192. Grayscale: #8D8D8D. Windows color (decimal): -2724243 or 7171798. OLE color: 7171798.

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

Color convert

RGB214110109-
CMYK00.490.490.16
HSL0.57º56.15%63.33%-
HSV(B)0.57º49.07%83.92%-
XYZ36.0726.5517.69-
YUV140.98109.96180.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=49.42%
G=25.40%
B=25.17%

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
Decimal21411010900.490.490.160.5756.1563.33
HexD66E6D03131101383f
Octal326156155061612017077
Binary11010110110111011011010110001110001100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E6D; }

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

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

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

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

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

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

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

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