#D5A0BF

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

Shades of Maverick #D5A0BF

Tints of Maverick #D5A0BF

Color information

#D5A0BF (or 0xD5A0BF) is unknown color: approx Maverick. HEX triplet: D5, A0 and BF. RGB value is (213,160,191). Sum of RGB (Red+Green+Blue) = 213+160+191=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0BF is #2A5F40. Grayscale: #B3B3B3. Windows color (decimal): -2776897 or 12558549. OLE color: 12558549.

HSL color Cylindrical-coordinate representation of color #D5A0BF: hue angle of 324.91º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0BF is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213160191-
CMYK00.250.100.16
HSL324.91º38.69%73.14%-
HSV(B)324.91º24.88%83.53%-
XYZ49.4243.0555-
YUV179.38134.56151.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 191 (75% from 255) = 33.87%
R=37.77%
G=28.37%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316019100.250.100.16324.9138.6973.14
HexD5A0BF019A101452749
Octal325240277031122050547111
Binary1101010110100000101111110110011010100001010001011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0BF; }

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

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

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

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

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

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

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

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