Html Css Color HEX #D3A5BF Maverick

📋 copy color: '#D3A5BF'

red 211 ◦ green 165 ◦ blue 191

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

Shades of Maverick #D3A5BF

Tints of Maverick #D3A5BF

RGB

 RED value IS 211 (82.81% from 255) = 37.21%

 GREEN value IS 165 (64.84% from 255) = 29.1%

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

R = 37.21%
G = 29.1%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D3A5BF (or 0xD3A5BF) is known color: Maverick. HEX triplet: D3, A5 and BF. RGB value is (211,165,191). Sum of RGB (Red+Green+Blue) = 211+165+191=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A5BF is #2C5A40. Grayscale: #B5B5B5. Windows color (decimal): -2906689 or 12559827. OLE color: 12559827.

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

Color convert

RGB 211 165 191 -
CMYK 0 0.22 0.09 0.17
HSL 326.09º 0.34% 0.74% -
HSV(B) 326.09º 0.22% 0.83% -
XYZ 49.72 44.52 55.26 -
YUV 181.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 211 165 191 0 0.22 0.09 0.17 326.09 0.34 0.74
Hex D3 A5 BF 0 16 9 11 146 22 4A
Octal 323 245 277 0 26 11 21 506 42 112
Binary 11010011 10100101 10111111 0 10110 1001 10001 101000110 100010 1001010

Color Harmonies of #D3A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A5BF

Black with #D3A5BF

Text Example


Text Example

White with #D3A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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