#D5ACA9

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

Shades of Oyster Pink #D5ACA9

Tints of Oyster Pink #D5ACA9

Color information

#D5ACA9 (or 0xD5ACA9) is unknown color: approx Oyster Pink. HEX triplet: D5, AC and A9. RGB value is (213,172,169). Sum of RGB (Red+Green+Blue) = 213+172+169=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ACA9 is #2A5356. Grayscale: #B7B7B7. Windows color (decimal): -2773847 or 11119829. OLE color: 11119829.

HSL color Cylindrical-coordinate representation of color #D5ACA9: hue angle of 4.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5ACA9 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB213172169-
CMYK00.190.210.16
HSL4.09º34.38%74.9%-
HSV(B)4.09º20.66%83.53%-
XYZ49.3546.5243.91-
YUV183.92119.58148.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=38.45%
G=31.05%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317216900.190.210.164.0934.3874.9
HexD5ACA901315104224b
Octal3252542510232520442113
Binary11010101101011001010100101001110101100001001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACA9; }

 p { color: rgb(213,172,169); }

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

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

 a { background-color: rgb(213,172,169); }

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

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

 span { border-color: rgb(213,172,169); }

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