#DC90AC

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

Shades of Kobi #DC90AC

Tints of Kobi #DC90AC

Color information

#DC90AC (or 0xDC90AC) is unknown color: approx Kobi. HEX triplet: DC, 90 and AC. RGB value is (220,144,172). Sum of RGB (Red+Green+Blue) = 220+144+172=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC90AC is #236F53. Grayscale: #A9A9A9. Windows color (decimal): -2322260 or 11309276. OLE color: 11309276.

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

Color convert

RGB220144172-
CMYK00.350.220.14
HSL337.89º52.05%71.37%-
HSV(B)337.89º34.55%86.27%-
XYZ46.9338.1443.92-
YUV169.92129.18163.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=41.04%
G=26.87%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014417200.350.220.14337.8952.0571.37
HexDC90AC02316E1523447
Octal334220254043261652264107
Binary11011100100100001010110001000111011011101010100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90AC; }

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

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

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

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

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

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

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

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