Html Css Color HEX #D3ABC9 Maverick

📋 copy color: '#D3ABC9'

red 211 ◦ green 171 ◦ blue 201

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

Shades of Maverick #D3ABC9

Tints of Maverick #D3ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.48%

R = 36.19%
G = 29.33%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D3ABC9 (or 0xD3ABC9) is known color: Maverick. HEX triplet: D3, AB and C9. RGB value is (211,171,201). Sum of RGB (Red+Green+Blue) = 211+171+201=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABC9 is #2C5436. Grayscale: #BABABA. Windows color (decimal): -2905143 or 13216723. OLE color: 13216723.

HSL color Cylindrical-coordinate representation of color #D3ABC9: hue angle of 315º 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 #D3ABC9 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 171 201 -
CMYK 0 0.19 0.05 0.17
HSL 315º 0.31% 0.75% -
HSV(B) 315º 0.19% 0.83% -
XYZ 51.97 47.19 61.63 -
YUV 186.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 211 171 201 0 0.19 0.05 0.17 315 0.31 0.75
Hex D3 AB C9 0 13 5 11 13B 1F 4B
Octal 323 253 311 0 23 5 21 473 37 113
Binary 11010011 10101011 11001001 0 10011 101 10001 100111011 11111 1001011

Color Harmonies of #D3ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ABC9

Black with #D3ABC9

Text Example


Text Example

White with #D3ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ABC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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