#D86661

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

Shades of Roman #D86661

Tints of Roman #D86661

Color information

#D86661 (or 0xD86661) is unknown color: approx Roman. HEX triplet: D8, 66 and 61. RGB value is (216,102,97). Sum of RGB (Red+Green+Blue) = 216+102+97=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86661 is #27999E. Grayscale: #878787. Windows color (decimal): -2595231 or 6383320. OLE color: 6383320.

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

Color convert

RGB21610297-
CMYK00.530.550.15
HSL2.52º60.41%61.37%-
HSV(B)2.52º55.09%84.71%-
XYZ35.2324.9614.27-
YUV135.52106.27185.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=52.05%
G=24.58%
B=23.37%

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
Decimal2161029700.530.550.152.5260.4161.37
HexD8666103537F33c3d
Octal330146141065671737475
Binary11011000110011011000010110101110111111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86661; }

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

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

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

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

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

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

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

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