#D4A5BE

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

Shades of Maverick #D4A5BE

Tints of Maverick #D4A5BE

Color information

#D4A5BE (or 0xD4A5BE) is unknown color: approx Maverick. HEX triplet: D4, A5 and BE. RGB value is (212,165,190). Sum of RGB (Red+Green+Blue) = 212+165+190=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5BE is #2B5A41. Grayscale: #B5B5B5. Windows color (decimal): -2841154 or 12494292. OLE color: 12494292.

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

Color convert

RGB212165190-
CMYK00.220.100.17
HSL328.09º35.34%73.92%-
HSV(B)328.09º22.17%83.14%-
XYZ49.944.6354.7-
YUV181.9132.57149.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=37.39%
G=29.10%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216519000.220.100.17328.0935.3473.92
HexD4A5BE016A11148234a
Octal324245276026122151043112
Binary1101010010100101101111100101101010100011010010001000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A5BE; }

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

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

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

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

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

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

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

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