#D86B67

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

Shades of Roman #D86B67

Tints of Roman #D86B67

Color information

#D86B67 (or 0xD86B67) is unknown color: approx Roman. HEX triplet: D8, 6B and 67. RGB value is (216,107,103). Sum of RGB (Red+Green+Blue) = 216+107+103=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B67 is #279498. Grayscale: #8B8B8B. Windows color (decimal): -2593945 or 6777816. OLE color: 6777816.

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

Color convert

RGB216107103-
CMYK00.500.520.15
HSL2.12º59.16%62.55%-
HSV(B)2.12º52.31%84.71%-
XYZ36.0226.0915.97-
YUV139.14107.61182.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=50.70%
G=25.12%
B=24.18%

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
Decimal21610710300.500.520.152.1259.1662.55
HexD86B6703234F23b3f
Octal330153147062641727377
Binary11011000110101111001110110010110100111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86B67; }

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

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

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

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

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

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

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

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