#DC99AD

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

Shades of Kobi #DC99AD

Tints of Kobi #DC99AD

Color information

#DC99AD (or 0xDC99AD) is unknown color: approx Kobi. HEX triplet: DC, 99 and AD. RGB value is (220,153,173). Sum of RGB (Red+Green+Blue) = 220+153+173=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AD is #236652. Grayscale: #AFAFAF. Windows color (decimal): -2319955 or 11377116. OLE color: 11377116.

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

Color convert

RGB220153173-
CMYK00.300.210.14
HSL342.09º48.91%73.14%-
HSV(B)342.09º30.45%86.27%-
XYZ48.4541.0244.9-
YUV175.31126.7159.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=40.29%
G=28.02%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015317300.300.210.14342.0948.9173.14
HexDC99AD01E15E1563149
Octal334231255036251652661111
Binary1101110010011001101011010111101010111101010101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99AD; }

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

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

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

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

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

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

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

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