#DAA4CB

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

Shades of Maverick #DAA4CB

Tints of Maverick #DAA4CB

Color information

#DAA4CB (or 0xDAA4CB) is unknown color: approx Maverick. HEX triplet: DA, A4 and CB. RGB value is (218,164,203). Sum of RGB (Red+Green+Blue) = 218+164+203=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4CB is #255B34. Grayscale: #B8B8B8. Windows color (decimal): -2448181 or 13346010. OLE color: 13346010.

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

Color convert

RGB218164203-
CMYK00.250.070.15
HSL316.67º42.19%74.9%-
HSV(B)316.67º24.77%85.49%-
XYZ52.9745.7762.54-
YUV184.59138.39151.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=37.26%
G=28.03%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816420300.250.070.15316.6742.1974.9
HexDAA4CB0197F13d2a4b
Octal33224431303171747552113
Binary11011010101001001100101101100111111111001111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4CB; }

 p { color: rgb(218,164,203); }

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

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

 a { background-color: rgb(218,164,203); }

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

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

 span { border-color: rgb(218,164,203); }

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