#D9A0AC

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

Shades of Kobi #D9A0AC

Tints of Kobi #D9A0AC

Color information

#D9A0AC (or 0xD9A0AC) is unknown color: approx Kobi. HEX triplet: D9, A0 and AC. RGB value is (217,160,172). Sum of RGB (Red+Green+Blue) = 217+160+172=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A0AC is #265F53. Grayscale: #B2B2B2. Windows color (decimal): -2514772 or 11313369. OLE color: 11313369.

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

Color convert

RGB217160172-
CMYK00.260.210.15
HSL347.37º42.86%73.92%-
HSV(B)347.37º26.27%85.1%-
XYZ48.6342.8744.74-
YUV178.41124.38155.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=39.53%
G=29.14%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716017200.260.210.15347.3742.8673.92
HexD9A0AC01A15F15b2b4a
Octal331240254032251753353112
Binary1101100110100000101011000110101010111111010110111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0AC; }

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

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

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

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

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

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

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

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