#D99DA9

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

Shades of Kobi #D99DA9

Tints of Kobi #D99DA9

Color information

#D99DA9 (or 0xD99DA9) is unknown color: approx Kobi. HEX triplet: D9, 9D and A9. RGB value is (217,157,169). Sum of RGB (Red+Green+Blue) = 217+157+169=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99DA9 is #266256. Grayscale: #B0B0B0. Windows color (decimal): -2515543 or 11115993. OLE color: 11115993.

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

Color convert

RGB217157169-
CMYK00.280.220.15
HSL348º44.12%73.33%-
HSV(B)348º27.65%85.1%-
XYZ47.8341.7343.07-
YUV176.31123.88157.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=39.96%
G=28.91%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715716900.280.220.1534844.1273.33
HexD99DA901C16F15c2c49
Octal331235251034261753454111
Binary1101100110011101101010010111001011011111010111001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DA9; }

 p { color: rgb(217,157,169); }

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

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

 a { background-color: rgb(217,157,169); }

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

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

 span { border-color: rgb(217,157,169); }

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