Html Css Color HEX #D0A7BF Maverick

📋 copy color: '#D0A7BF'

red 208 ◦ green 167 ◦ blue 191

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

Shades of Maverick #D0A7BF

Tints of Maverick #D0A7BF

RGB

 RED value IS 208 (81.64% from 255) = 36.75%

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

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

R = 36.75%
G = 29.51%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0A7BF (or 0xD0A7BF) is known color: Maverick. HEX triplet: D0, A7 and BF. RGB value is (208,167,191). Sum of RGB (Red+Green+Blue) = 208+167+191=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7BF is #2F5840. Grayscale: #B5B5B5. Windows color (decimal): -3102785 or 12560336. OLE color: 12560336.

HSL color Cylindrical-coordinate representation of color #D0A7BF: hue angle of 324.88º degrees, saturation: 0.3, 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 #D0A7BF is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 191 -
CMYK 0 0.20 0.08 0.18
HSL 324.88º 0.3% 0.74% -
HSV(B) 324.88º 0.2% 0.82% -
XYZ 49.24 44.81 55.34 -
YUV 182 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 208 167 191 0 0.20 0.08 0.18 324.88 0.3 0.74
Hex D0 A7 BF 0 14 8 12 145 1E 4A
Octal 320 247 277 0 24 10 22 505 36 112
Binary 11010000 10100111 10111111 0 10100 1000 10010 101000101 11110 1001010

Color Harmonies of #D0A7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7BF

Black with #D0A7BF

Text Example


Text Example

White with #D0A7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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