#D0A5BD

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

Shades of Maverick #D0A5BD

Tints of Maverick #D0A5BD

Color information

#D0A5BD (or 0xD0A5BD) is unknown color: approx Maverick. HEX triplet: D0, A5 and BD. RGB value is (208,165,189). Sum of RGB (Red+Green+Blue) = 208+165+189=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5BD is #2F5A42. Grayscale: #B4B4B4. Windows color (decimal): -3103299 or 12428752. OLE color: 12428752.

HSL color Cylindrical-coordinate representation of color #D0A5BD: hue angle of 326.51º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A5BD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208165189-
CMYK00.210.090.18
HSL326.51º31.39%73.14%-
HSV(B)326.51º20.67%81.57%-
XYZ48.6543.9954.07-
YUV180.59132.75147.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 165 (64.84% from 255) = 29.36%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=37.01%
G=29.36%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816518900.210.090.18326.5131.3973.14
HexD0A5BD0159121471f49
Octal320245275025112250737111
Binary110100001010010110111101010101100110010101000111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5BD; }

 p { color: rgb(208,165,189); }

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

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

 a { background-color: rgb(208,165,189); }

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

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

 span { border-color: rgb(208,165,189); }

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