Html Css Color HEX #D6A9BF Maverick

📋 copy color: '#D6A9BF'

red 214 ◦ green 169 ◦ blue 191

#D6A9BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D6A9BF

Tints of Maverick #D6A9BF

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 value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6A9BF (or 0xD6A9BF) is known color: 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

RGB 214 169 191 -
CMYK 0 0.21 0.11 0.16
HSL 330.67º 0.35% 0.75% -
HSV(B) 330.67º 0.21% 0.84% -
XYZ 51.32 46.43 55.55 -
YUV 184.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 214 169 191 0 0.21 0.11 0.16 330.67 0.35 0.75
Hex D6 A9 BF 0 15 B 10 14B 23 4B
Octal 326 251 277 0 25 13 20 513 43 113
Binary 11010110 10101001 10111111 0 10101 1011 10000 101001011 100011 1001011

Color Harmonies of #D6A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A9BF

Black with #D6A9BF

Text Example


Text Example

White with #D6A9BF

Text Example


Text Example

HTML Codes & Css Web 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>