#D89BAA

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

Shades of Kobi #D89BAA

Tints of Kobi #D89BAA

Color information

#D89BAA (or 0xD89BAA) is unknown color: approx Kobi. HEX triplet: D8, 9B and AA. RGB value is (216,155,170). Sum of RGB (Red+Green+Blue) = 216+155+170=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BAA is #276455. Grayscale: #AEAEAE. Windows color (decimal): -2581590 or 11181016. OLE color: 11181016.

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

Color convert

RGB216155170-
CMYK00.280.210.15
HSL345.25º43.88%72.75%-
HSV(B)345.25º28.24%84.71%-
XYZ47.340.9443.44-
YUV174.95125.21157.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 155 (60.94% from 255) = 28.65%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=39.93%
G=28.65%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615517000.280.210.15345.2543.8872.75
HexD89BAA01C15F1592c49
Octal330233252034251753154111
Binary1101100010011011101010100111001010111111010110011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BAA; }

 p { color: rgb(216,155,170); }

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

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

 a { background-color: rgb(216,155,170); }

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

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

 span { border-color: rgb(216,155,170); }

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