#DC99B5

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

Shades of Kobi #DC99B5

Tints of Kobi #DC99B5

Color information

#DC99B5 (or 0xDC99B5) is unknown color: approx Kobi. HEX triplet: DC, 99 and B5. RGB value is (220,153,181). Sum of RGB (Red+Green+Blue) = 220+153+181=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99B5 is #23664A. Grayscale: #B0B0B0. Windows color (decimal): -2319947 or 11901404. OLE color: 11901404.

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

Color convert

RGB220153181-
CMYK00.300.180.14
HSL334.93º48.91%73.14%-
HSV(B)334.93º30.45%86.27%-
XYZ49.2541.3349.1-
YUV176.23130.7159.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=39.71%
G=27.62%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015318100.300.180.14334.9348.9173.14
HexDC99B501E12E14f3149
Octal334231265036221651761111
Binary1101110010011001101101010111101001011101010011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99B5; }

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

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

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

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

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

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

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

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