#DAA7C5

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

Shades of Maverick #DAA7C5

Tints of Maverick #DAA7C5

Color information

#DAA7C5 (or 0xDAA7C5) is unknown color: approx Maverick. HEX triplet: DA, A7 and C5. RGB value is (218,167,197). Sum of RGB (Red+Green+Blue) = 218+167+197=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7C5 is #25583A. Grayscale: #B9B9B9. Windows color (decimal): -2447419 or 12953562. OLE color: 12953562.

HSL color Cylindrical-coordinate representation of color #DAA7C5: hue angle of 324.71º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA7C5 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218167197-
CMYK00.230.100.15
HSL324.71º40.8%75.49%-
HSV(B)324.71º23.39%85.49%-
XYZ52.8146.5759.03-
YUV185.67134.4151.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 167 (65.62% from 255) = 28.69%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=37.46%
G=28.69%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816719700.230.100.15324.7140.875.49
HexDAA7C5017AF145294b
Octal332247305027121750551113
Binary110110101010011111000101010111101011111010001011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7C5; }

 p { color: rgb(218,167,197); }

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

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

 a { background-color: rgb(218,167,197); }

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

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

 span { border-color: rgb(218,167,197); }

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