#DC99A8

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

Shades of Kobi #DC99A8

Tints of Kobi #DC99A8

Color information

#DC99A8 (or 0xDC99A8) is unknown color: approx Kobi. HEX triplet: DC, 99 and A8. RGB value is (220,153,168). Sum of RGB (Red+Green+Blue) = 220+153+168=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99A8 is #236657. Grayscale: #AEAEAE. Windows color (decimal): -2319960 or 11049436. OLE color: 11049436.

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

Color convert

RGB220153168-
CMYK00.300.240.14
HSL346.57º48.91%73.14%-
HSV(B)346.57º30.45%86.27%-
XYZ47.9740.8342.4-
YUV174.74124.2160.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=40.67%
G=28.28%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015316800.300.240.14346.5748.9173.14
HexDC99A801E18E15b3149
Octal334231250036301653361111
Binary1101110010011001101010000111101100011101010110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99A8; }

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

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

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

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

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

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

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

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