Html Css Color HEX #DAA1C9 Maverick

📋 copy color: '#DAA1C9'

red 218 ◦ green 161 ◦ blue 201

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

Shades of Maverick #DAA1C9

Tints of Maverick #DAA1C9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.76%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 37.59%
G = 27.76%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAA1C9 (or 0xDAA1C9) is known color: Maverick. HEX triplet: DA, A1 and C9. RGB value is (218,161,201). Sum of RGB (Red+Green+Blue) = 218+161+201=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1C9 is #255E36. Grayscale: #B6B6B6. Windows color (decimal): -2448951 or 13214170. OLE color: 13214170.

HSL color Cylindrical-coordinate representation of color #DAA1C9: hue angle of 317.89º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1C9 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 201 -
CMYK 0 0.26 0.08 0.15
HSL 317.89º 0.44% 0.74% -
HSV(B) 317.89º 0.26% 0.85% -
XYZ 52.2 44.61 61.12 -
YUV 182.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 218 161 201 0 0.26 0.08 0.15 317.89 0.44 0.74
Hex DA A1 C9 0 1A 8 F 13E 2C 4A
Octal 332 241 311 0 32 10 17 476 54 112
Binary 11011010 10100001 11001001 0 11010 1000 1111 100111110 101100 1001010

Color Harmonies of #DAA1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1C9

Black with #DAA1C9

Text Example


Text Example

White with #DAA1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1C9; }

 p { color: rgb(218,161,201); }

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

background-color css

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

 a { background-color: rgb(218,161,201); }

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

border-color css

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

 span { border-color: rgb(218,161,201); }

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