#D66865

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

Shades of Roman #D66865

Tints of Roman #D66865

Color information

#D66865 (or 0xD66865) is unknown color: approx Roman. HEX triplet: D6, 68 and 65. RGB value is (214,104,101). Sum of RGB (Red+Green+Blue) = 214+104+101=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D66865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66865 is #29979A. Grayscale: #888888. Windows color (decimal): -2725787 or 6645974. OLE color: 6645974.

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

Color convert

RGB214104101-
CMYK00.510.530.16
HSL1.59º57.95%61.76%-
HSV(B)1.59º52.8%83.92%-
XYZ35.0325.1415.32-
YUV136.55107.94183.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=51.07%
G=24.82%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410410100.510.530.161.5957.9561.76
HexD66865033351023a3e
Octal326150145063652027276
Binary110101101101000110010101100111101011000010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66865; }

 p { color: rgb(214,104,101); }

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

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

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

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

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

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

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