#D06867

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

Shades of Roman #D06867

Tints of Roman #D06867

Color information

#D06867 (or 0xD06867) is unknown color: approx Roman. HEX triplet: D0, 68 and 67. RGB value is (208,104,103). Sum of RGB (Red+Green+Blue) = 208+104+103=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06867 is #2F9798. Grayscale: #878787. Windows color (decimal): -3119001 or 6777040. OLE color: 6777040.

HSL color Cylindrical-coordinate representation of color #D06867: hue angle of 0.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06867 is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208104103-
CMYK00.50.500.18
HSL0.57º52.76%60.98%-
HSV(B)0.57º50.48%81.57%-
XYZ33.4124.2915.76-
YUV134.98109.96180.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=50.12%
G=25.06%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810410300.50.500.180.5752.7660.98
HexD0686703232121353d
Octal320150147062622216575
Binary11010000110100011001110110010110010100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06867; }

 p { color: rgb(208,104,103); }

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

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

 a { background-color: rgb(208,104,103); }

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

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

 span { border-color: rgb(208,104,103); }

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