#D86563

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

Shades of Roman #D86563

Tints of Roman #D86563

Color information

#D86563 (or 0xD86563) is unknown color: approx Roman. HEX triplet: D8, 65 and 63. RGB value is (216,101,99). Sum of RGB (Red+Green+Blue) = 216+101+99=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D86563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86563 is #279A9C. Grayscale: #878787. Windows color (decimal): -2595485 or 6514136. OLE color: 6514136.

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

Color convert

RGB21610199-
CMYK00.530.540.15
HSL1.03º60%61.76%-
HSV(B)1.03º54.17%84.71%-
XYZ35.2224.8114.74-
YUV135.16107.6185.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.92%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=51.92%
G=24.28%
B=23.80%

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
Decimal2161019900.530.540.151.036061.76
HexD8656303536F13c3e
Octal330145143065661717476
Binary1101100011001011100011011010111011011111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86563; }

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

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

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

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

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

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

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

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