#D66F65

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

Shades of Roman #D66F65

Tints of Roman #D66F65

Color information

#D66F65 (or 0xD66F65) is unknown color: approx Roman. HEX triplet: D6, 6F and 65. RGB value is (214,111,101). Sum of RGB (Red+Green+Blue) = 214+111+101=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F65 is #29909A. Grayscale: #8C8C8C. Windows color (decimal): -2723995 or 6647766. OLE color: 6647766.

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

Color convert

RGB214111101-
CMYK00.480.530.16
HSL5.31º57.95%61.76%-
HSV(B)5.31º52.8%83.92%-
XYZ35.7626.615.56-
YUV140.66105.62180.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=50.23%
G=26.06%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411110100.480.530.165.3157.9561.76
HexD66F65030351053a3e
Octal326157145060652057276
Binary1101011011011111100101011000011010110000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F65; }

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

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

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

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

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

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

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

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