#D999AC

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

Shades of Kobi #D999AC

Tints of Kobi #D999AC

Color information

#D999AC (or 0xD999AC) is unknown color: approx Kobi. HEX triplet: D9, 99 and AC. RGB value is (217,153,172). Sum of RGB (Red+Green+Blue) = 217+153+172=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D999AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999AC is #266653. Grayscale: #AEAEAE. Windows color (decimal): -2516564 or 11311577. OLE color: 11311577.

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

Color convert

RGB217153172-
CMYK00.290.210.15
HSL342.19º45.71%72.55%-
HSV(B)342.19º29.49%85.1%-
XYZ47.4540.5144.35-
YUV174.3126.7158.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=40.04%
G=28.23%
B=31.73%

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
Decimal21715317200.290.210.15342.1945.7172.55
HexD999AC01D15F1562e49
Octal331231254035251752656111
Binary1101100110011001101011000111011010111111010101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999AC; }

 p { color: rgb(217,153,172); }

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

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

 a { background-color: rgb(217,153,172); }

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

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

 span { border-color: rgb(217,153,172); }

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