#DC99AB

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

Shades of Kobi #DC99AB

Tints of Kobi #DC99AB

Color information

#DC99AB (or 0xDC99AB) is unknown color: approx Kobi. HEX triplet: DC, 99 and AB. RGB value is (220,153,171). Sum of RGB (Red+Green+Blue) = 220+153+171=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AB is #236654. Grayscale: #AFAFAF. Windows color (decimal): -2319957 or 11246044. OLE color: 11246044.

HSL color Cylindrical-coordinate representation of color #DC99AB: hue angle of 343.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99AB is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220153171-
CMYK00.300.220.14
HSL343.88º48.91%73.14%-
HSV(B)343.88º30.45%86.27%-
XYZ48.2640.9443.89-
YUV175.08125.7160.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=40.44%
G=28.12%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015317100.300.220.14343.8848.9173.14
HexDC99AB01E16E1583149
Octal334231253036261653061111
Binary1101110010011001101010110111101011011101010110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99AB; }

 p { color: rgb(220,153,171); }

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

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

 a { background-color: rgb(220,153,171); }

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

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

 span { border-color: rgb(220,153,171); }

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