Html Css Color HEX #D0A4BF Maverick

📋 copy color: '#D0A4BF'

red 208 ◦ green 164 ◦ blue 191

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

Shades of Maverick #D0A4BF

Tints of Maverick #D0A4BF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.13%

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

R = 36.94%
G = 29.13%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0A4BF (or 0xD0A4BF) is known color: Maverick. HEX triplet: D0, A4 and BF. RGB value is (208,164,191). Sum of RGB (Red+Green+Blue) = 208+164+191=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4BF is #2F5B40. Grayscale: #B4B4B4. Windows color (decimal): -3103553 or 12559568. OLE color: 12559568.

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

Color convert

RGB 208 164 191 -
CMYK 0 0.21 0.08 0.18
HSL 323.18º 0.32% 0.73% -
HSV(B) 323.18º 0.21% 0.82% -
XYZ 48.69 43.72 55.16 -
YUV 180.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 208 164 191 0 0.21 0.08 0.18 323.18 0.32 0.73
Hex D0 A4 BF 0 15 8 12 143 20 49
Octal 320 244 277 0 25 10 22 503 40 111
Binary 11010000 10100100 10111111 0 10101 1000 10010 101000011 100000 1001001

Color Harmonies of #D0A4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A4BF

Black with #D0A4BF

Text Example


Text Example

White with #D0A4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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