#D2A0BF

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

Shades of Maverick #D2A0BF

Tints of Maverick #D2A0BF

Color information

#D2A0BF (or 0xD2A0BF) is unknown color: approx Maverick. HEX triplet: D2, A0 and BF. RGB value is (210,160,191). Sum of RGB (Red+Green+Blue) = 210+160+191=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0BF is #2D5F40. Grayscale: #B2B2B2. Windows color (decimal): -2973505 or 12558546. OLE color: 12558546.

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

Color convert

RGB210160191-
CMYK00.240.090.18
HSL322.8º35.71%72.55%-
HSV(B)322.8º23.81%82.35%-
XYZ48.5542.654.95-
YUV178.48135.06150.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 160 (62.89% from 255) = 28.52%
BLUE value IS 191 (75% from 255) = 34.05%
R=37.43%
G=28.52%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016019100.240.090.18322.835.7172.55
HexD2A0BF0189121432449
Octal322240277030112250344111
Binary1101001010100000101111110110001001100101010000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A0BF; }

 p { color: rgb(210,160,191); }

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

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

 a { background-color: rgb(210,160,191); }

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

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

 span { border-color: rgb(210,160,191); }

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