#D96960

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

Shades of Roman #D96960

Tints of Roman #D96960

Color information

#D96960 (or 0xD96960) is unknown color: approx Roman. HEX triplet: D9, 69 and 60. RGB value is (217,105,96). Sum of RGB (Red+Green+Blue) = 217+105+96=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D96960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96960 is #26969F. Grayscale: #898989. Windows color (decimal): -2528928 or 6318553. OLE color: 6318553.

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

Color convert

RGB21710596-
CMYK00.520.560.15
HSL4.46º61.42%61.37%-
HSV(B)4.46º55.76%85.1%-
XYZ35.7825.714.14-
YUV137.46104.61184.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.91%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=51.91%
G=25.12%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171059600.520.560.154.4661.4261.37
HexD9696003438F43d3d
Octal331151140064701747575
Binary110110011101001110000001101001110001111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96960; }

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

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

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

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

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

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

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

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