#D96360

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

Shades of Roman #D96360

Tints of Roman #D96360

Color information

#D96360 (or 0xD96360) is unknown color: approx Roman. HEX triplet: D9, 63 and 60. RGB value is (217,99,96). Sum of RGB (Red+Green+Blue) = 217+99+96=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D96360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96360 is #269C9F. Grayscale: #868686. Windows color (decimal): -2530464 or 6317017. OLE color: 6317017.

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

Color convert

RGB2179996-
CMYK00.540.560.15
HSL1.49º61.42%61.37%-
HSV(B)1.49º55.76%85.1%-
XYZ35.1924.5213.94-
YUV133.94106.59187.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.67%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=52.67%
G=24.03%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217999600.540.560.151.4961.4261.37
HexD9636003638F13d3d
Octal331143140066701717575
Binary1101100111000111100000011011011100011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96360; }

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

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

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

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

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

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

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

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