Html Css Color HEX #D0A9BF Maverick

📋 copy color: '#D0A9BF'

red 208 ◦ green 169 ◦ blue 191

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

Shades of Maverick #D0A9BF

Tints of Maverick #D0A9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.75%

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

R = 36.62%
G = 29.75%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0A9BF (or 0xD0A9BF) is known color: Maverick. HEX triplet: D0, A9 and BF. RGB value is (208,169,191). Sum of RGB (Red+Green+Blue) = 208+169+191=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9BF is #2F5640. Grayscale: #B7B7B7. Windows color (decimal): -3102273 or 12560848. OLE color: 12560848.

HSL color Cylindrical-coordinate representation of color #D0A9BF: hue angle of 326.15º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A9BF is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 169 191 -
CMYK 0 0.19 0.08 0.18
HSL 326.15º 0.29% 0.74% -
HSV(B) 326.15º 0.19% 0.82% -
XYZ 49.6 45.55 55.47 -
YUV 183.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 208 169 191 0 0.19 0.08 0.18 326.15 0.29 0.74
Hex D0 A9 BF 0 13 8 12 146 1D 4A
Octal 320 251 277 0 23 10 22 506 35 112
Binary 11010000 10101001 10111111 0 10011 1000 10010 101000110 11101 1001010

Color Harmonies of #D0A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A9BF

Black with #D0A9BF

Text Example


Text Example

White with #D0A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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