Html Css Color HEX #D3ACBD Maverick

📋 copy color: '#D3ACBD'

red 211 ◦ green 172 ◦ blue 189

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

Shades of Maverick #D3ACBD

Tints of Maverick #D3ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

 BLUE value IS 189 (74.22% from 255) = 33.04%

R = 36.89%
G = 30.07%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3ACBD (or 0xD3ACBD) is known color: Maverick. HEX triplet: D3, AC and BD. RGB value is (211,172,189). Sum of RGB (Red+Green+Blue) = 211+172+189=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACBD is #2C5342. Grayscale: #B9B9B9. Windows color (decimal): -2904899 or 12430547. OLE color: 12430547.

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

Color convert

RGB 211 172 189 -
CMYK 0 0.18 0.10 0.17
HSL 333.85º 0.31% 0.75% -
HSV(B) 333.85º 0.18% 0.83% -
XYZ 50.8 47.03 54.54 -
YUV 185.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 211 172 189 0 0.18 0.10 0.17 333.85 0.31 0.75
Hex D3 AC BD 0 12 A 11 14E 1F 4B
Octal 323 254 275 0 22 12 21 516 37 113
Binary 11010011 10101100 10111101 0 10010 1010 10001 101001110 11111 1001011

Color Harmonies of #D3ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACBD

Black with #D3ACBD

Text Example


Text Example

White with #D3ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACBD; }

 p { color: rgb(211,172,189); }

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

background-color css

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

 a { background-color: rgb(211,172,189); }

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

border-color css

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

 span { border-color: rgb(211,172,189); }

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