#DB99A9

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

Shades of Kobi #DB99A9

Tints of Kobi #DB99A9

Color information

#DB99A9 (or 0xDB99A9) is unknown color: approx Kobi. HEX triplet: DB, 99 and A9. RGB value is (219,153,169). Sum of RGB (Red+Green+Blue) = 219+153+169=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99A9 is #246656. Grayscale: #AEAEAE. Windows color (decimal): -2385495 or 11114971. OLE color: 11114971.

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

Color convert

RGB219153169-
CMYK00.300.230.14
HSL345.45º47.83%72.94%-
HSV(B)345.45º30.14%85.88%-
XYZ47.7740.7142.88-
YUV174.56124.87159.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=40.48%
G=28.28%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915316900.300.230.14345.4547.8372.94
HexDB99A901E17E1593049
Octal333231251036271653160111
Binary1101101110011001101010010111101011111101010110011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99A9; }

 p { color: rgb(219,153,169); }

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

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

 a { background-color: rgb(219,153,169); }

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

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

 span { border-color: rgb(219,153,169); }

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