#D9A0AD

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

Shades of Kobi #D9A0AD

Tints of Kobi #D9A0AD

Color information

#D9A0AD (or 0xD9A0AD) is unknown color: approx Kobi. HEX triplet: D9, A0 and AD. RGB value is (217,160,173). Sum of RGB (Red+Green+Blue) = 217+160+173=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A0AD is #265F52. Grayscale: #B2B2B2. Windows color (decimal): -2514771 or 11378905. OLE color: 11378905.

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

Color convert

RGB217160173-
CMYK00.260.200.15
HSL346.32º42.86%73.92%-
HSV(B)346.32º26.27%85.1%-
XYZ48.7342.9145.25-
YUV178.52124.88155.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 160 (62.89% from 255) = 29.09%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=39.45%
G=29.09%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716017300.260.200.15346.3242.8673.92
HexD9A0AD01A14F15a2b4a
Octal331240255032241753253112
Binary1101100110100000101011010110101010011111010110101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0AD; }

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

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

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

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

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

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

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

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