#D0A3BF

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

Shades of Maverick #D0A3BF

Tints of Maverick #D0A3BF

Color information

#D0A3BF (or 0xD0A3BF) is unknown color: approx Maverick. HEX triplet: D0, A3 and BF. RGB value is (208,163,191). Sum of RGB (Red+Green+Blue) = 208+163+191=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3BF is #2F5C40. Grayscale: #B3B3B3. Windows color (decimal): -3103809 or 12559312. OLE color: 12559312.

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

Color convert

RGB208163191-
CMYK00.220.080.18
HSL322.67º32.37%72.75%-
HSV(B)322.67º21.63%81.57%-
XYZ48.5143.3755.1-
YUV179.65134.41148.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 191 (75% from 255) = 33.99%
R=37.01%
G=29.00%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816319100.220.080.18322.6732.3772.75
HexD0A3BF0168121432049
Octal320243277026102250340111
Binary1101000010100011101111110101101000100101010000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A3BF; }

 p { color: rgb(208,163,191); }

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

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

 a { background-color: rgb(208,163,191); }

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

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

 span { border-color: rgb(208,163,191); }

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