#D999A9

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

Shades of Kobi #D999A9

Tints of Kobi #D999A9

Color information

#D999A9 (or 0xD999A9) is unknown color: approx Kobi. HEX triplet: D9, 99 and A9. RGB value is (217,153,169). Sum of RGB (Red+Green+Blue) = 217+153+169=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D999A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999A9 is #266656. Grayscale: #ADADAD. Windows color (decimal): -2516567 or 11114969. OLE color: 11114969.

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

Color convert

RGB217153169-
CMYK00.290.220.15
HSL345º45.71%72.55%-
HSV(B)345º29.49%85.1%-
XYZ47.1740.442.85-
YUV173.96125.2158.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=40.26%
G=28.39%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715316900.290.220.1534545.7172.55
HexD999A901D16F1592e49
Octal331231251035261753156111
Binary1101100110011001101010010111011011011111010110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999A9; }

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

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

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

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

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

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

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

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