#D0A4BF

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

Shades of Maverick #D0A4BF

Tints of Maverick #D0A4BF

Color information

#D0A4BF (or 0xD0A4BF) is unknown color: approx Maverick. HEX triplet: D0, A4 and BF. RGB value is (208,164,191). Sum of RGB (Red+Green+Blue) = 208+164+191=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4BF is #2F5B40. Grayscale: #B4B4B4. Windows color (decimal): -3103553 or 12559568. OLE color: 12559568.

HSL color Cylindrical-coordinate representation of color #D0A4BF: hue angle of 323.18º degrees, saturation: 0.32, 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 #D0A4BF is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208164191-
CMYK00.210.080.18
HSL323.18º31.88%72.94%-
HSV(B)323.18º21.15%81.57%-
XYZ48.6943.7255.16-
YUV180.23134.08147.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 191 (75% from 255) = 33.93%
R=36.94%
G=29.13%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816419100.210.080.18323.1831.8872.94
HexD0A4BF0158121432049
Octal320244277025102250340111
Binary1101000010100100101111110101011000100101010000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A4BF; }

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

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

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

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

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

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

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

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