#D99AAB

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

Shades of Kobi #D99AAB

Tints of Kobi #D99AAB

Color information

#D99AAB (or 0xD99AAB) is unknown color: approx Kobi. HEX triplet: D9, 9A and AB. RGB value is (217,154,171). Sum of RGB (Red+Green+Blue) = 217+154+171=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99AAB is #266554. Grayscale: #AEAEAE. Windows color (decimal): -2516309 or 11246297. OLE color: 11246297.

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

Color convert

RGB217154171-
CMYK00.290.210.15
HSL343.81º45.32%72.75%-
HSV(B)343.81º29.03%85.1%-
XYZ47.5240.843.9-
YUV174.78125.87158.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=40.04%
G=28.41%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715417100.290.210.15343.8145.3272.75
HexD99AAB01D15F1582d49
Octal331232253035251753055111
Binary1101100110011010101010110111011010111111010110001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AAB; }

 p { color: rgb(217,154,171); }

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

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

 a { background-color: rgb(217,154,171); }

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

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

 span { border-color: rgb(217,154,171); }

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