#D66C5D

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

Shades of Roman #D66C5D

Tints of Roman #D66C5D

Color information

#D66C5D (or 0xD66C5D) is unknown color: approx Roman. HEX triplet: D6, 6C and 5D. RGB value is (214,108,93). Sum of RGB (Red+Green+Blue) = 214+108+93=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C5D is #2993A2. Grayscale: #8A8A8A. Windows color (decimal): -2724771 or 6122710. OLE color: 6122710.

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

Color convert

RGB21410893-
CMYK00.500.570.16
HSL7.44º59.61%60.2%-
HSV(B)7.44º56.54%83.92%-
XYZ35.0725.8113.49-
YUV137.98102.62182.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=51.57%
G=26.02%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141089300.500.570.167.4459.6160.2
HexD66C5D032391073c3c
Octal326154135062712077474
Binary1101011011011001011101011001011100110000111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C5D; }

 p { color: rgb(214,108,93); }

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

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

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

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

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

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

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