Html Css Color HEX #D0A8BF Maverick

📋 copy color: '#D0A8BF'

red 208 ◦ green 168 ◦ blue 191

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

Shades of Maverick #D0A8BF

Tints of Maverick #D0A8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.63%

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

R = 36.68%
G = 29.63%
B = 33.69%

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

#D0A8BF (or 0xD0A8BF) is known color: Maverick. HEX triplet: D0, A8 and BF. RGB value is (208,168,191). Sum of RGB (Red+Green+Blue) = 208+168+191=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8BF is #2F5740. Grayscale: #B6B6B6. Windows color (decimal): -3102529 or 12560592. OLE color: 12560592.

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

Color convert

RGB 208 168 191 -
CMYK 0 0.19 0.08 0.18
HSL 325.5º 0.3% 0.74% -
HSV(B) 325.5º 0.19% 0.82% -
XYZ 49.42 45.18 55.41 -
YUV 182.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 208 168 191 0 0.19 0.08 0.18 325.5 0.3 0.74
Hex D0 A8 BF 0 13 8 12 146 1E 4A
Octal 320 250 277 0 23 10 22 506 36 112
Binary 11010000 10101000 10111111 0 10011 1000 10010 101000110 11110 1001010

Color Harmonies of #D0A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8BF

Black with #D0A8BF

Text Example


Text Example

White with #D0A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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