#D96D63

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

Shades of Roman #D96D63

Tints of Roman #D96D63

Color information

#D96D63 (or 0xD96D63) is unknown color: approx Roman. HEX triplet: D9, 6D and 63. RGB value is (217,109,99). Sum of RGB (Red+Green+Blue) = 217+109+99=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D63 is #26929C. Grayscale: #8C8C8C. Windows color (decimal): -2527901 or 6516185. OLE color: 6516185.

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

Color convert

RGB21710999-
CMYK00.500.540.15
HSL5.08º60.82%61.96%-
HSV(B)5.08º54.38%85.1%-
XYZ36.3426.5915.02-
YUV140.15104.78182.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=51.06%
G=25.65%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171099900.500.540.155.0860.8261.96
HexD96D6303236F53d3e
Octal331155143062661757576
Binary110110011101101110001101100101101101111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D63; }

 p { color: rgb(217,109,99); }

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

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

 a { background-color: rgb(217,109,99); }

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

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

 span { border-color: rgb(217,109,99); }

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