#D86562

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

Shades of Roman #D86562

Tints of Roman #D86562

Color information

#D86562 (or 0xD86562) is unknown color: approx Roman. HEX triplet: D8, 65 and 62. RGB value is (216,101,98). Sum of RGB (Red+Green+Blue) = 216+101+98=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86562 is #279A9D. Grayscale: #878787. Windows color (decimal): -2595486 or 6448600. OLE color: 6448600.

HSL color Cylindrical-coordinate representation of color #D86562: hue angle of 1.53º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86562 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21610198-
CMYK00.530.550.15
HSL1.53º60.2%61.57%-
HSV(B)1.53º54.63%84.71%-
XYZ35.1824.7914.49-
YUV135.04107.1185.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=52.05%
G=24.34%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161019800.530.550.151.5360.261.57
HexD8656203537F23c3e
Octal330145142065671727476
Binary11011000110010111000100110101110111111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86562; }

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

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

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

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

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

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

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

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