#DC89AA

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

Shades of Kobi #DC89AA

Tints of Kobi #DC89AA

Color information

#DC89AA (or 0xDC89AA) is unknown color: approx Kobi. HEX triplet: DC, 89 and AA. RGB value is (220,137,170). Sum of RGB (Red+Green+Blue) = 220+137+170=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC89AA is #237655. Grayscale: #A5A5A5. Windows color (decimal): -2324054 or 11176412. OLE color: 11176412.

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

Color convert

RGB220137170-
CMYK00.380.230.14
HSL336.14º54.25%70%-
HSV(B)336.14º37.73%86.27%-
XYZ45.7236.0142.57-
YUV165.58130.5166.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=41.75%
G=26.00%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013717000.380.230.14336.1454.2570
HexDC89AA02617E1503646
Octal334211252046271652066106
Binary11011100100010011010101001001101011111101010100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89AA; }

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

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

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

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

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

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

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

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