#D86663

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

Shades of Roman #D86663

Tints of Roman #D86663

Color information

#D86663 (or 0xD86663) is unknown color: approx Roman. HEX triplet: D8, 66 and 63. RGB value is (216,102,99). Sum of RGB (Red+Green+Blue) = 216+102+99=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86663 is #27999C. Grayscale: #878787. Windows color (decimal): -2595229 or 6514392. OLE color: 6514392.

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

Color convert

RGB21610299-
CMYK00.530.540.15
HSL1.54º60%61.76%-
HSV(B)1.54º54.17%84.71%-
XYZ35.322514.77-
YUV135.74107.27185.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=51.80%
G=24.46%
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
Decimal2161029900.530.540.151.546061.76
HexD8666303536F23c3e
Octal330146143065661727476
Binary11011000110011011000110110101110110111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86663; }

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

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

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

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

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

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

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

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