#D6A9BF

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

Shades of Maverick #D6A9BF

Tints of Maverick #D6A9BF

Color information

#D6A9BF (or 0xD6A9BF) is unknown color: approx Maverick. HEX triplet: D6, A9 and BF. RGB value is (214,169,191). Sum of RGB (Red+Green+Blue) = 214+169+191=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9BF is #295640. Grayscale: #B8B8B8. Windows color (decimal): -2709057 or 12560854. OLE color: 12560854.

HSL color Cylindrical-coordinate representation of color #D6A9BF: hue angle of 330.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A9BF is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214169191-
CMYK00.210.110.16
HSL330.67º35.43%75.1%-
HSV(B)330.67º21.03%83.92%-
XYZ51.3246.4355.55-
YUV184.96131.41148.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.28%
GREEN value IS 169 (66.41% from 255) = 29.44%
BLUE value IS 191 (75% from 255) = 33.28%
R=37.28%
G=29.44%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416919100.210.110.16330.6735.4375.1
HexD6A9BF015B1014b234b
Octal326251277025132051343113
Binary1101011010101001101111110101011011100001010010111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9BF; }

 p { color: rgb(214,169,191); }

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

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

 a { background-color: rgb(214,169,191); }

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

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

 span { border-color: rgb(214,169,191); }

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