#D96463

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

Shades of Roman #D96463

Tints of Roman #D96463

Color information

#D96463 (or 0xD96463) is unknown color: approx Roman. HEX triplet: D9, 64 and 63. RGB value is (217,100,99). Sum of RGB (Red+Green+Blue) = 217+100+99=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96463 is #269B9C. Grayscale: #868686. Windows color (decimal): -2530205 or 6513881. OLE color: 6513881.

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

Color convert

RGB21710099-
CMYK00.540.540.15
HSL0.51º60.82%61.96%-
HSV(B)0.51º54.38%85.1%-
XYZ35.4224.7714.72-
YUV134.87107.76186.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.16%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=52.16%
G=24.04%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171009900.540.540.150.5160.8261.96
HexD9646303636F13d3e
Octal331144143066661717576
Binary1101100111001001100011011011011011011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96463; }

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

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

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

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

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

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

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

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