#D999A7

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

Shades of Kobi #D999A7

Tints of Kobi #D999A7

Color information

#D999A7 (or 0xD999A7) is unknown color: approx Kobi. HEX triplet: D9, 99 and A7. RGB value is (217,153,167). Sum of RGB (Red+Green+Blue) = 217+153+167=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D999A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999A7 is #266658. Grayscale: #ADADAD. Windows color (decimal): -2516569 or 10983897. OLE color: 10983897.

HSL color Cylindrical-coordinate representation of color #D999A7: hue angle of 346.88º 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 #D999A7 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217153167-
CMYK00.290.230.15
HSL346.88º45.71%72.55%-
HSV(B)346.88º29.49%85.1%-
XYZ46.9840.3241.87-
YUV173.73124.2158.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=40.41%
G=28.49%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715316700.290.230.15346.8845.7172.55
HexD999A701D17F15b2e49
Octal331231247035271753356111
Binary1101100110011001101001110111011011111111010110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999A7; }

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

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

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

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

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

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

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

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