Html Css Color HEX #D1A4BF Maverick

📋 copy color: '#D1A4BF'

red 209 ◦ green 164 ◦ blue 191

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

Shades of Maverick #D1A4BF

Tints of Maverick #D1A4BF

RGB

 RED value IS 209 (82.03% from 255) = 37.06%

 GREEN value IS 164 (64.45% from 255) = 29.08%

 BLUE value IS 191 (75% from 255) = 33.87%

R = 37.06%
G = 29.08%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1A4BF (or 0xD1A4BF) is known color: Maverick. HEX triplet: D1, A4 and BF. RGB value is (209,164,191). Sum of RGB (Red+Green+Blue) = 209+164+191=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4BF is #2E5B40. Grayscale: #B4B4B4. Windows color (decimal): -3038017 or 12559569. OLE color: 12559569.

HSL color Cylindrical-coordinate representation of color #D1A4BF: hue angle of 324º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A4BF is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 191 -
CMYK 0 0.22 0.09 0.18
HSL 324º 0.33% 0.73% -
HSV(B) 324º 0.22% 0.82% -
XYZ 48.97 43.87 55.18 -
YUV 180.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 209 164 191 0 0.22 0.09 0.18 324 0.33 0.73
Hex D1 A4 BF 0 16 9 12 144 21 49
Octal 321 244 277 0 26 11 22 504 41 111
Binary 11010001 10100100 10111111 0 10110 1001 10010 101000100 100001 1001001

Color Harmonies of #D1A4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A4BF

Black with #D1A4BF

Text Example


Text Example

White with #D1A4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A4BF; }

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

 H1.HeaderClassName
 {
   color: #D1A4BF;
 }
 .AnyTagClassName
 {
   color: #D1A4BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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