Html Css Color HEX #D4A7BC Maverick

📋 copy color: '#D4A7BC'

red 212 ◦ green 167 ◦ blue 188

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

Shades of Maverick #D4A7BC

Tints of Maverick #D4A7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 37.39%
G = 29.45%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4A7BC (or 0xD4A7BC) is known color: Maverick. HEX triplet: D4, A7 and BC. RGB value is (212,167,188). Sum of RGB (Red+Green+Blue) = 212+167+188=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7BC is #2B5843. Grayscale: #B6B6B6. Windows color (decimal): -2840644 or 12363732. OLE color: 12363732.

HSL color Cylindrical-coordinate representation of color #D4A7BC: hue angle of 332º 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 #D4A7BC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 167 188 -
CMYK 0 0.21 0.11 0.17
HSL 332º 0.34% 0.74% -
HSV(B) 332º 0.21% 0.83% -
XYZ 50.05 45.27 53.68 -
YUV 182.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 212 167 188 0 0.21 0.11 0.17 332 0.34 0.74
Hex D4 A7 BC 0 15 B 11 14C 22 4A
Octal 324 247 274 0 25 13 21 514 42 112
Binary 11010100 10100111 10111100 0 10101 1011 10001 101001100 100010 1001010

Color Harmonies of #D4A7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A7BC

Black with #D4A7BC

Text Example


Text Example

White with #D4A7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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