Html Css Color HEX #D3A7BE Maverick

📋 copy color: '#D3A7BE'

red 211 ◦ green 167 ◦ blue 190

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

Shades of Maverick #D3A7BE

Tints of Maverick #D3A7BE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.4%

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 37.15%
G = 29.4%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3A7BE (or 0xD3A7BE) is known color: Maverick. HEX triplet: D3, A7 and BE. RGB value is (211,167,190). Sum of RGB (Red+Green+Blue) = 211+167+190=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A7BE is #2C5841. Grayscale: #B6B6B6. Windows color (decimal): -2906178 or 12494803. OLE color: 12494803.

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

Color convert

RGB 211 167 190 -
CMYK 0 0.21 0.10 0.17
HSL 328.64º 0.33% 0.74% -
HSV(B) 328.64º 0.21% 0.83% -
XYZ 49.98 45.2 54.81 -
YUV 182.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 211 167 190 0 0.21 0.10 0.17 328.64 0.33 0.74
Hex D3 A7 BE 0 15 A 11 149 21 4A
Octal 323 247 276 0 25 12 21 511 41 112
Binary 11010011 10100111 10111110 0 10101 1010 10001 101001001 100001 1001010

Color Harmonies of #D3A7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A7BE

Black with #D3A7BE

Text Example


Text Example

White with #D3A7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A7BE; }

 p { color: rgb(211,167,190); }

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

background-color css

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

 a { background-color: rgb(211,167,190); }

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

border-color css

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

 span { border-color: rgb(211,167,190); }

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