Html Css Color HEX #DAA9C6 Maverick

📋 copy color: '#DAA9C6'

red 218 ◦ green 169 ◦ blue 198

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

Shades of Maverick #DAA9C6

Tints of Maverick #DAA9C6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.89%

 BLUE value IS 198 (77.73% from 255) = 33.85%

R = 37.26%
G = 28.89%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DAA9C6 (or 0xDAA9C6) is known color: Maverick. HEX triplet: DA, A9 and C6. RGB value is (218,169,198). Sum of RGB (Red+Green+Blue) = 218+169+198=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C6 is #255639. Grayscale: #BABABA. Windows color (decimal): -2446906 or 13019610. OLE color: 13019610.

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

Color convert

RGB 218 169 198 -
CMYK 0 0.22 0.09 0.15
HSL 324.49º 0.4% 0.76% -
HSV(B) 324.49º 0.22% 0.85% -
XYZ 53.29 47.36 59.76 -
YUV 186.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 218 169 198 0 0.22 0.09 0.15 324.49 0.4 0.76
Hex DA A9 C6 0 16 9 F 144 28 4C
Octal 332 251 306 0 26 11 17 504 50 114
Binary 11011010 10101001 11000110 0 10110 1001 1111 101000100 101000 1001100

Color Harmonies of #DAA9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9C6

Black with #DAA9C6

Text Example


Text Example

White with #DAA9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9C6; }

 p { color: rgb(218,169,198); }

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

background-color css

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

 a { background-color: rgb(218,169,198); }

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

border-color css

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

 span { border-color: rgb(218,169,198); }

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