#D899AD

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

Shades of Kobi #D899AD

Tints of Kobi #D899AD

Color information

#D899AD (or 0xD899AD) is unknown color: approx Kobi. HEX triplet: D8, 99 and AD. RGB value is (216,153,173). Sum of RGB (Red+Green+Blue) = 216+153+173=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D899AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899AD is #276652. Grayscale: #AEAEAE. Windows color (decimal): -2582099 or 11377112. OLE color: 11377112.

HSL color Cylindrical-coordinate representation of color #D899AD: hue angle of 340.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899AD is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216153173-
CMYK00.290.200.15
HSL340.95º44.68%72.35%-
HSV(B)340.95º29.17%84.71%-
XYZ47.2540.444.84-
YUV174.12127.37157.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=39.85%
G=28.23%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615317300.290.200.15340.9544.6872.35
HexD899AD01D14F1552d48
Octal330231255035241752555110
Binary1101100010011001101011010111011010011111010101011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899AD; }

 p { color: rgb(216,153,173); }

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

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

 a { background-color: rgb(216,153,173); }

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

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

 span { border-color: rgb(216,153,173); }

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