#DC99B3

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

Shades of Kobi #DC99B3

Tints of Kobi #DC99B3

Color information

#DC99B3 (or 0xDC99B3) is unknown color: approx Kobi. HEX triplet: DC, 99 and B3. RGB value is (220,153,179). Sum of RGB (Red+Green+Blue) = 220+153+179=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99B3 is #23664C. Grayscale: #AFAFAF. Windows color (decimal): -2319949 or 11770332. OLE color: 11770332.

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

Color convert

RGB220153179-
CMYK00.300.190.14
HSL336.72º48.91%73.14%-
HSV(B)336.72º30.45%86.27%-
XYZ49.0441.2548.03-
YUV176129.7159.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=39.86%
G=27.72%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015317900.300.190.14336.7248.9173.14
HexDC99B301E13E1513149
Octal334231263036231652161111
Binary1101110010011001101100110111101001111101010100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99B3; }

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

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

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

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

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

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

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

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