#D96966

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

Shades of Roman #D96966

Tints of Roman #D96966

Color information

#D96966 (or 0xD96966) is unknown color: approx Roman. HEX triplet: D9, 69 and 66. RGB value is (217,105,102). Sum of RGB (Red+Green+Blue) = 217+105+102=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D96966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96966 is #269699. Grayscale: #8A8A8A. Windows color (decimal): -2528922 or 6711769. OLE color: 6711769.

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

Color convert

RGB217105102-
CMYK00.520.530.15
HSL1.57º60.21%62.55%-
HSV(B)1.57º53%85.1%-
XYZ36.0725.8115.65-
YUV138.15107.61184.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.18%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=51.18%
G=24.76%
B=24.06%

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
Decimal21710510200.520.530.151.5760.2162.55
HexD9696603435F23c3f
Octal331151146064651727477
Binary11011001110100111001100110100110101111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96966; }

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

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

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

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

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

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

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

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