#D89DAA

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

Shades of Kobi #D89DAA

Tints of Kobi #D89DAA

Color information

#D89DAA (or 0xD89DAA) is unknown color: approx Kobi. HEX triplet: D8, 9D and AA. RGB value is (216,157,170). Sum of RGB (Red+Green+Blue) = 216+157+170=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89DAA is #276255. Grayscale: #B0B0B0. Windows color (decimal): -2581078 or 11181528. OLE color: 11181528.

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

Color convert

RGB216157170-
CMYK00.270.210.15
HSL346.78º43.07%73.14%-
HSV(B)346.78º27.31%84.71%-
XYZ47.6341.6243.55-
YUV176.12124.55156.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=39.78%
G=28.91%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615717000.270.210.15346.7843.0773.14
HexD89DAA01B15F15b2b49
Octal330235252033251753353111
Binary1101100010011101101010100110111010111111010110111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DAA; }

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

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

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

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

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

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

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

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