#D06768

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

Shades of Mandy #D06768

Tints of Mandy #D06768

Color information

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

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

Color convert

RGB208103104-
CMYK00.500.50.18
HSL359.43º52.76%60.98%-
HSV(B)359.43º50.48%81.57%-
XYZ33.3624.1115.99-
YUV134.51110.79180.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810310400.500.50.18359.4352.7660.98
HexD067680323212167353d
Octal32014715006262225476575
Binary1101000011001111101000011001011001010010101100111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06768; }

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

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

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

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

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

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

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

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