#DC89AC

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

Shades of Kobi #DC89AC

Tints of Kobi #DC89AC

Color information

#DC89AC (or 0xDC89AC) is unknown color: approx Kobi. HEX triplet: DC, 89 and AC. RGB value is (220,137,172). Sum of RGB (Red+Green+Blue) = 220+137+172=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC89AC is #237653. Grayscale: #A5A5A5. Windows color (decimal): -2324052 or 11307484. OLE color: 11307484.

HSL color Cylindrical-coordinate representation of color #DC89AC: hue angle of 334.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89AC is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220137172-
CMYK00.380.220.14
HSL334.7º54.25%70%-
HSV(B)334.7º37.73%86.27%-
XYZ45.9136.0943.58-
YUV165.81131.5166.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=41.59%
G=25.90%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013717200.380.220.14334.754.2570
HexDC89AC02616E14f3646
Octal334211254046261651766106
Binary11011100100010011010110001001101011011101010011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89AC; }

 p { color: rgb(220,137,172); }

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

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

 a { background-color: rgb(220,137,172); }

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

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

 span { border-color: rgb(220,137,172); }

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