Html Css Color HEX #D2A7BF Maverick

📋 copy color: '#D2A7BF'

red 210 ◦ green 167 ◦ blue 191

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

Shades of Maverick #D2A7BF

Tints of Maverick #D2A7BF

RGB

 RED value IS 210 (82.42% from 255) = 36.97%

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

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

R = 36.97%
G = 29.4%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D2A7BF (or 0xD2A7BF) is known color: Maverick. HEX triplet: D2, A7 and BF. RGB value is (210,167,191). Sum of RGB (Red+Green+Blue) = 210+167+191=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A7BF is #2D5840. Grayscale: #B6B6B6. Windows color (decimal): -2971713 or 12560338. OLE color: 12560338.

HSL color Cylindrical-coordinate representation of color #D2A7BF: hue angle of 326.51º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A7BF is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 167 191 -
CMYK 0 0.20 0.09 0.18
HSL 326.51º 0.32% 0.74% -
HSV(B) 326.51º 0.2% 0.82% -
XYZ 49.8 45.1 55.37 -
YUV 182.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 210 167 191 0 0.20 0.09 0.18 326.51 0.32 0.74
Hex D2 A7 BF 0 14 9 12 147 20 4A
Octal 322 247 277 0 24 11 22 507 40 112
Binary 11010010 10100111 10111111 0 10100 1001 10010 101000111 100000 1001010

Color Harmonies of #D2A7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A7BF

Black with #D2A7BF

Text Example


Text Example

White with #D2A7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A7BF; }

 p { color: rgb(210,167,191); }

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

background-color css

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

 a { background-color: rgb(210,167,191); }

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

border-color css

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

 span { border-color: rgb(210,167,191); }

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