#D89AAA

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

Shades of Kobi #D89AAA

Tints of Kobi #D89AAA

Color information

#D89AAA (or 0xD89AAA) is unknown color: approx Kobi. HEX triplet: D8, 9A and AA. RGB value is (216,154,170). Sum of RGB (Red+Green+Blue) = 216+154+170=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AAA is #276555. Grayscale: #AEAEAE. Windows color (decimal): -2581846 or 11180760. OLE color: 11180760.

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

Color convert

RGB216154170-
CMYK00.290.210.15
HSL344.52º44.29%72.55%-
HSV(B)344.52º28.7%84.71%-
XYZ47.1340.6143.39-
YUV174.36125.54157.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=40%
G=28.52%
B=31.48%

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
Decimal21615417000.290.210.15344.5244.2972.55
HexD89AAA01D15F1592c49
Octal330232252035251753154111
Binary1101100010011010101010100111011010111111010110011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AAA; }

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

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

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

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

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

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

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

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