#D4A2BE

Color #D4A2BE Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D4A2BE

Tints of Maverick #D4A2BE

Color information

#D4A2BE (or 0xD4A2BE) is unknown color: approx Maverick. HEX triplet: D4, A2 and BE. RGB value is (212,162,190). Sum of RGB (Red+Green+Blue) = 212+162+190=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2BE is #2B5D41. Grayscale: #B4B4B4. Windows color (decimal): -2841922 or 12493524. OLE color: 12493524.

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

Color convert

RGB212162190-
CMYK00.240.100.17
HSL326.4º36.76%73.33%-
HSV(B)326.4º23.58%83.14%-
XYZ49.3743.5654.52-
YUV180.14133.56150.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=37.59%
G=28.72%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216219000.240.100.17326.436.7673.33
HexD4A2BE018A111462549
Octal324242276030122150645111
Binary1101010010100010101111100110001010100011010001101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2BE; }

 p { color: rgb(212,162,190); }

 H1.HeaderClassName
 {
   color: #D4A2BE;
 }
 .AnyTagClassName
 {
   color: #D4A2BE;
 }
</style>
background-color css

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

 a { background-color: rgb(212,162,190); }

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

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

 span { border-color: rgb(212,162,190); }

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