#DC86A3

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

Shades of Kobi #DC86A3

Tints of Kobi #DC86A3

Color information

#DC86A3 (or 0xDC86A3) is unknown color: approx Kobi. HEX triplet: DC, 86 and A3. RGB value is (220,134,163). Sum of RGB (Red+Green+Blue) = 220+134+163=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC86A3 is #23795C. Grayscale: #A2A2A2. Windows color (decimal): -2324829 or 10716892. OLE color: 10716892.

HSL color Cylindrical-coordinate representation of color #DC86A3: hue angle of 339.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86A3 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220134163-
CMYK00.390.260.14
HSL339.77º55.13%69.41%-
HSV(B)339.77º39.09%86.27%-
XYZ44.6534.9139.04-
YUV163.02127.99168.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=42.55%
G=25.92%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013416300.390.260.14339.7755.1369.41
HexDC86A30271AE1543745
Octal334206243047321652467105
Binary11011100100001101010001101001111101011101010101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86A3; }

 p { color: rgb(220,134,163); }

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

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

 a { background-color: rgb(220,134,163); }

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

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

 span { border-color: rgb(220,134,163); }

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