Html Css Color HEX #D3ABC0 Maverick

📋 copy color: '#D3ABC0'

red 211 ◦ green 171 ◦ blue 192

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

Shades of Maverick #D3ABC0

Tints of Maverick #D3ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.79%

 BLUE value IS 192 (75.39% from 255) = 33.45%

R = 36.76%
G = 29.79%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D3ABC0 (or 0xD3ABC0) is known color: Maverick. HEX triplet: D3, AB and C0. RGB value is (211,171,192). Sum of RGB (Red+Green+Blue) = 211+171+192=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABC0 is #2C543F. Grayscale: #B9B9B9. Windows color (decimal): -2905152 or 12626899. OLE color: 12626899.

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

Color convert

RGB 211 171 192 -
CMYK 0 0.19 0.09 0.17
HSL 328.5º 0.31% 0.75% -
HSV(B) 328.5º 0.19% 0.83% -
XYZ 50.94 46.78 56.21 -
YUV 185.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 211 171 192 0 0.19 0.09 0.17 328.5 0.31 0.75
Hex D3 AB C0 0 13 9 11 148 1F 4B
Octal 323 253 300 0 23 11 21 510 37 113
Binary 11010011 10101011 11000000 0 10011 1001 10001 101001000 11111 1001011

Color Harmonies of #D3ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ABC0

Black with #D3ABC0

Text Example


Text Example

White with #D3ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ABC0; }

 p { color: rgb(211,171,192); }

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

background-color css

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

 a { background-color: rgb(211,171,192); }

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

border-color css

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

 span { border-color: rgb(211,171,192); }

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