#D96866

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

Shades of Roman #D96866

Tints of Roman #D96866

Color information

#D96866 (or 0xD96866) is unknown color: approx Roman. HEX triplet: D9, 68 and 66. RGB value is (217,104,102). Sum of RGB (Red+Green+Blue) = 217+104+102=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D96866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96866 is #269799. Grayscale: #898989. Windows color (decimal): -2529178 or 6711513. OLE color: 6711513.

HSL color Cylindrical-coordinate representation of color #D96866: hue angle of 1.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96866 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217104102-
CMYK00.520.530.15
HSL1.04º60.21%62.55%-
HSV(B)1.04º53%85.1%-
XYZ35.9625.6115.62-
YUV137.56107.94184.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=51.30%
G=24.59%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710410200.520.530.151.0460.2162.55
HexD9686603435F13c3f
Octal331150146064651717477
Binary1101100111010001100110011010011010111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96866; }

 p { color: rgb(217,104,102); }

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

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

 a { background-color: rgb(217,104,102); }

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

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

 span { border-color: rgb(217,104,102); }

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