#DA99A9

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

Shades of Kobi #DA99A9

Tints of Kobi #DA99A9

Color information

#DA99A9 (or 0xDA99A9) is unknown color: approx Kobi. HEX triplet: DA, 99 and A9. RGB value is (218,153,169). Sum of RGB (Red+Green+Blue) = 218+153+169=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99A9 is #256656. Grayscale: #AEAEAE. Windows color (decimal): -2451031 or 11114970. OLE color: 11114970.

HSL color Cylindrical-coordinate representation of color #DA99A9: hue angle of 345.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99A9 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218153169-
CMYK00.300.220.15
HSL345.23º46.76%72.75%-
HSV(B)345.23º29.82%85.49%-
XYZ47.4740.5542.86-
YUV174.26125.03159.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 169 (66.41% from 255) = 31.30%
R=40.37%
G=28.33%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815316900.300.220.15345.2346.7672.75
HexDA99A901E16F1592f49
Octal332231251036261753157111
Binary1101101010011001101010010111101011011111010110011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99A9; }

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

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

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

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

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

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

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

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