Html Css Color HEX #D4A7BB Maverick

📋 copy color: '#D4A7BB'

red 212 ◦ green 167 ◦ blue 187

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

Shades of Maverick #D4A7BB

Tints of Maverick #D4A7BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.04%

R = 37.46%
G = 29.51%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4A7BB (or 0xD4A7BB) is known color: Maverick. HEX triplet: D4, A7 and BB. RGB value is (212,167,187). Sum of RGB (Red+Green+Blue) = 212+167+187=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7BB is #2B5844. Grayscale: #B6B6B6. Windows color (decimal): -2840645 or 12298196. OLE color: 12298196.

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

Color convert

RGB 212 167 187 -
CMYK 0 0.21 0.12 0.17
HSL 333.33º 0.34% 0.74% -
HSV(B) 333.33º 0.21% 0.83% -
XYZ 49.94 45.22 53.11 -
YUV 182.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 212 167 187 0 0.21 0.12 0.17 333.33 0.34 0.74
Hex D4 A7 BB 0 15 C 11 14D 22 4A
Octal 324 247 273 0 25 14 21 515 42 112
Binary 11010100 10100111 10111011 0 10101 1100 10001 101001101 100010 1001010

Color Harmonies of #D4A7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A7BB

Black with #D4A7BB

Text Example


Text Example

White with #D4A7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A7BB; }

 p { color: rgb(212,167,187); }

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

background-color css

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

 a { background-color: rgb(212,167,187); }

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

border-color css

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

 span { border-color: rgb(212,167,187); }

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