#D96563

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

Shades of Roman #D96563

Tints of Roman #D96563

Color information

#D96563 (or 0xD96563) is unknown color: approx Roman. HEX triplet: D9, 65 and 63. RGB value is (217,101,99). Sum of RGB (Red+Green+Blue) = 217+101+99=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96563 is #269A9C. Grayscale: #878787. Windows color (decimal): -2529949 or 6514137. OLE color: 6514137.

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

Color convert

RGB21710199-
CMYK00.530.540.15
HSL1.02º60.82%61.96%-
HSV(B)1.02º54.38%85.1%-
XYZ35.5224.9614.75-
YUV135.46107.43186.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.04%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=52.04%
G=24.22%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171019900.530.540.151.0260.8261.96
HexD9656303536F13d3e
Octal331145143065661717576
Binary1101100111001011100011011010111011011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96563; }

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

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

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

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

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

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

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

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