Html Css Color HEX #DAA6CA Maverick

📋 copy color: '#DAA6CA'

red 218 ◦ green 166 ◦ blue 202

#DAA6CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #DAA6CA

Tints of Maverick #DAA6CA

RGB

 RED value IS 218 (85.55% from 255) = 37.2%

 GREEN value IS 166 (65.23% from 255) = 28.33%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 37.2%
G = 28.33%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAA6CA (or 0xDAA6CA) is known color: Maverick. HEX triplet: DA, A6 and CA. RGB value is (218,166,202). Sum of RGB (Red+Green+Blue) = 218+166+202=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6CA is #255935. Grayscale: #B9B9B9. Windows color (decimal): -2447670 or 13280986. OLE color: 13280986.

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

Color convert

RGB 218 166 202 -
CMYK 0 0.24 0.07 0.15
HSL 318.46º 0.41% 0.75% -
HSV(B) 318.46º 0.24% 0.85% -
XYZ 53.21 46.44 62.04 -
YUV 185.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 218 166 202 0 0.24 0.07 0.15 318.46 0.41 0.75
Hex DA A6 CA 0 18 7 F 13E 29 4B
Octal 332 246 312 0 30 7 17 476 51 113
Binary 11011010 10100110 11001010 0 11000 111 1111 100111110 101001 1001011

Color Harmonies of #DAA6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA6CA

Black with #DAA6CA

Text Example


Text Example

White with #DAA6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA6CA; }

 p { color: rgb(218,166,202); }

 H1.HeaderClassName
 {
   color: #DAA6CA;
 }
 .AnyTagClassName
 {
   color: #DAA6CA;
 }
</style>

background-color css

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

 a { background-color: rgb(218,166,202); }

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

border-color css

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

 span { border-color: rgb(218,166,202); }

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