#D96464

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

Shades of Roman #D96464

Tints of Roman #D96464

Color information

#D96464 (or 0xD96464) is unknown color: approx Roman. HEX triplet: D9, 64 and 64. RGB value is (217,100,100). Sum of RGB (Red+Green+Blue) = 217+100+100=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96464 is #269B9B. Grayscale: #878787. Windows color (decimal): -2530204 or 6579417. OLE color: 6579417.

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

Color convert

RGB217100100-
CMYK00.540.540.15
HSL60.62%62.16%-
HSV(B)53.92%85.1%-
XYZ35.4724.7914.97-
YUV134.98108.26186.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.04%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=52.04%
G=23.98%
B=23.98%

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
Decimal21710010000.540.540.15060.6262.16
HexD9646403636F03d3e
Octal331144144066661707576
Binary1101100111001001100100011011011011011110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96464; }

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

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

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

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

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

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

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

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