#D86C67

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

Shades of Roman #D86C67

Tints of Roman #D86C67

Color information

#D86C67 (or 0xD86C67) is unknown color: approx Roman. HEX triplet: D8, 6C and 67. RGB value is (216,108,103). Sum of RGB (Red+Green+Blue) = 216+108+103=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C67 is #279398. Grayscale: #8B8B8B. Windows color (decimal): -2593689 or 6778072. OLE color: 6778072.

HSL color Cylindrical-coordinate representation of color #D86C67: hue angle of 2.65º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86C67 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB216108103-
CMYK00.500.520.15
HSL2.65º59.16%62.55%-
HSV(B)2.65º52.31%84.71%-
XYZ36.1326.316-
YUV139.72107.28182.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.59%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=50.59%
G=25.29%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610810300.500.520.152.6559.1662.55
HexD86C6703234F33b3f
Octal330154147062641737377
Binary11011000110110011001110110010110100111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C67; }

 p { color: rgb(216,108,103); }

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

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

 a { background-color: rgb(216,108,103); }

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

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

 span { border-color: rgb(216,108,103); }

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