#DAA8C7

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

Shades of Maverick #DAA8C7

Tints of Maverick #DAA8C7

Color information

#DAA8C7 (or 0xDAA8C7) is unknown color: approx Maverick. HEX triplet: DA, A8 and C7. RGB value is (218,168,199). Sum of RGB (Red+Green+Blue) = 218+168+199=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8C7 is #255738. Grayscale: #BABABA. Windows color (decimal): -2447161 or 13084890. OLE color: 13084890.

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

Color convert

RGB218168199-
CMYK00.230.090.15
HSL322.8º40.32%75.69%-
HSV(B)322.8º22.94%85.49%-
XYZ53.2247.0360.31-
YUV186.48135.06150.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 168 (66.02% from 255) = 28.72%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=37.26%
G=28.72%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816819900.230.090.15322.840.3275.69
HexDAA8C70179F143284c
Octal332250307027111750350114
Binary110110101010100011000111010111100111111010000111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8C7; }

 p { color: rgb(218,168,199); }

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

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

 a { background-color: rgb(218,168,199); }

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

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

 span { border-color: rgb(218,168,199); }

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