#D06766

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

Shades of Roman #D06766

Tints of Roman #D06766

Color information

#D06766 (or 0xD06766) is unknown color: approx Roman. HEX triplet: D0, 67 and 66. RGB value is (208,103,102). Sum of RGB (Red+Green+Blue) = 208+103+102=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D06766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06766 is #2F9899. Grayscale: #868686. Windows color (decimal): -3119258 or 6711248. OLE color: 6711248.

HSL color Cylindrical-coordinate representation of color #D06766: hue angle of 0.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06766 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB208103102-
CMYK00.500.510.18
HSL0.57º53%60.78%-
HSV(B)0.57º50.96%81.57%-
XYZ33.2624.0715.46-
YUV134.28109.79180.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=50.36%
G=24.94%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810310200.500.510.180.575360.78
HexD0676603233121353d
Octal320147146062632216575
Binary11010000110011111001100110010110011100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06766; }

 p { color: rgb(208,103,102); }

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

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

 a { background-color: rgb(208,103,102); }

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

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

 span { border-color: rgb(208,103,102); }

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