Html Css Color HEX #D4A8BF Maverick

📋 copy color: '#D4A8BF'

red 212 ◦ green 168 ◦ blue 191

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

Shades of Maverick #D4A8BF

Tints of Maverick #D4A8BF

RGB

 RED value IS 212 (83.2% from 255) = 37.13%

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

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

R = 37.13%
G = 29.42%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4A8BF (or 0xD4A8BF) is known color: Maverick. HEX triplet: D4, A8 and BF. RGB value is (212,168,191). Sum of RGB (Red+Green+Blue) = 212+168+191=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8BF is #2B5740. Grayscale: #B7B7B7. Windows color (decimal): -2840385 or 12560596. OLE color: 12560596.

HSL color Cylindrical-coordinate representation of color #D4A8BF: hue angle of 328.64º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8BF is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 191 -
CMYK 0 0.21 0.10 0.17
HSL 328.64º 0.34% 0.75% -
HSV(B) 328.64º 0.21% 0.83% -
XYZ 50.56 45.76 55.46 -
YUV 183.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 212 168 191 0 0.21 0.10 0.17 328.64 0.34 0.75
Hex D4 A8 BF 0 15 A 11 149 22 4B
Octal 324 250 277 0 25 12 21 511 42 113
Binary 11010100 10101000 10111111 0 10101 1010 10001 101001001 100010 1001011

Color Harmonies of #D4A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8BF

Black with #D4A8BF

Text Example


Text Example

White with #D4A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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