#D899AE

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

Shades of Kobi #D899AE

Tints of Kobi #D899AE

Color information

#D899AE (or 0xD899AE) is unknown color: approx Kobi. HEX triplet: D8, 99 and AE. RGB value is (216,153,174). Sum of RGB (Red+Green+Blue) = 216+153+174=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D899AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899AE is #276651. Grayscale: #AEAEAE. Windows color (decimal): -2582098 or 11442648. OLE color: 11442648.

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

Color convert

RGB216153174-
CMYK00.290.190.15
HSL340º44.68%72.35%-
HSV(B)340º29.17%84.71%-
XYZ47.3540.4445.35-
YUV174.23127.87157.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=39.78%
G=28.18%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615317400.290.190.1534044.6872.35
HexD899AE01D13F1542d48
Octal330231256035231752455110
Binary1101100010011001101011100111011001111111010101001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899AE; }

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

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

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

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

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

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

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

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