#D1A9BD

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

Shades of Maverick #D1A9BD

Tints of Maverick #D1A9BD

Color information

#D1A9BD (or 0xD1A9BD) is unknown color: approx Maverick. HEX triplet: D1, A9 and BD. RGB value is (209,169,189). Sum of RGB (Red+Green+Blue) = 209+169+189=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A9BD is #2E5642. Grayscale: #B7B7B7. Windows color (decimal): -3036739 or 12429777. OLE color: 12429777.

HSL color Cylindrical-coordinate representation of color #D1A9BD: hue angle of 330º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1A9BD is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209169189-
CMYK00.190.100.18
HSL330º30.3%74.12%-
HSV(B)330º19.14%81.96%-
XYZ49.6745.6154.33-
YUV183.24131.25146.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=36.86%
G=29.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916918900.190.100.1833030.374.12
HexD1A9BD013A1214a1e4a
Octal321251275023122251236112
Binary110100011010100110111101010011101010010101001010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A9BD; }

 p { color: rgb(209,169,189); }

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

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

 a { background-color: rgb(209,169,189); }

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

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

 span { border-color: rgb(209,169,189); }

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