#DC86AF

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

Shades of Kobi #DC86AF

Tints of Kobi #DC86AF

Color information

#DC86AF (or 0xDC86AF) is unknown color: approx Kobi. HEX triplet: DC, 86 and AF. RGB value is (220,134,175). Sum of RGB (Red+Green+Blue) = 220+134+175=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC86AF is #237950. Grayscale: #A4A4A4. Windows color (decimal): -2324817 or 11503324. OLE color: 11503324.

HSL color Cylindrical-coordinate representation of color #DC86AF: hue angle of 331.4º 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 #DC86AF is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220134175-
CMYK00.390.200.14
HSL331.4º55.13%69.41%-
HSV(B)331.4º39.09%86.27%-
XYZ45.7835.3644.97-
YUV164.39133.99167.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=41.59%
G=25.33%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013417500.390.200.14331.455.1369.41
HexDC86AF02714E14b3745
Octal334206257047241651367105
Binary11011100100001101010111101001111010011101010010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86AF; }

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

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

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

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

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

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

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

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