#D3ACBF

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

Shades of Maverick #D3ACBF

Tints of Maverick #D3ACBF

Color information

#D3ACBF (or 0xD3ACBF) is unknown color: approx Maverick. HEX triplet: D3, AC and BF. RGB value is (211,172,191). Sum of RGB (Red+Green+Blue) = 211+172+191=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACBF is #2C5340. Grayscale: #B9B9B9. Windows color (decimal): -2904897 or 12561619. OLE color: 12561619.

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

Color convert

RGB211172191-
CMYK00.180.090.17
HSL330.77º30.71%75.1%-
HSV(B)330.77º18.48%82.75%-
XYZ51.0247.1255.7-
YUV185.83130.92145.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 191 (75% from 255) = 33.28%
R=36.76%
G=29.97%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117219100.180.090.17330.7730.7175.1
HexD3ACBF01291114b1f4b
Octal323254277022112151337113
Binary110100111010110010111111010010100110001101001011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACBF; }

 p { color: rgb(211,172,191); }

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

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

 a { background-color: rgb(211,172,191); }

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

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

 span { border-color: rgb(211,172,191); }

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