#D66E65

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

Shades of Roman #D66E65

Tints of Roman #D66E65

Color information

#D66E65 (or 0xD66E65) is unknown color: approx Roman. HEX triplet: D6, 6E and 65. RGB value is (214,110,101). Sum of RGB (Red+Green+Blue) = 214+110+101=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E65 is #29919A. Grayscale: #8C8C8C. Windows color (decimal): -2724251 or 6647510. OLE color: 6647510.

HSL color Cylindrical-coordinate representation of color #D66E65: hue angle of 4.78º 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 #D66E65 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214110101-
CMYK00.490.530.16
HSL4.78º57.95%61.76%-
HSV(B)4.78º52.8%83.92%-
XYZ35.6626.3915.53-
YUV140.07105.96180.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=50.35%
G=25.88%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411010100.490.530.164.7857.9561.76
HexD66E65031351053a3e
Octal326156145061652057276
Binary1101011011011101100101011000111010110000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E65; }

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

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

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

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

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

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

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

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