Html Css Color HEX #DAA6C8 Maverick

📋 copy color: '#DAA6C8'

red 218 ◦ green 166 ◦ blue 200

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

Shades of Maverick #DAA6C8

Tints of Maverick #DAA6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 37.33%
G = 28.42%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAA6C8 (or 0xDAA6C8) is known color: Maverick. HEX triplet: DA, A6 and C8. RGB value is (218,166,200). Sum of RGB (Red+Green+Blue) = 218+166+200=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6C8 is #255937. Grayscale: #B9B9B9. Windows color (decimal): -2447672 or 13149914. OLE color: 13149914.

HSL color Cylindrical-coordinate representation of color #DAA6C8: hue angle of 320.77º 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 #DAA6C8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 166 200 -
CMYK 0 0.24 0.08 0.15
HSL 320.77º 0.41% 0.75% -
HSV(B) 320.77º 0.24% 0.85% -
XYZ 52.97 46.35 60.8 -
YUV 185.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 218 166 200 0 0.24 0.08 0.15 320.77 0.41 0.75
Hex DA A6 C8 0 18 8 F 141 29 4B
Octal 332 246 310 0 30 10 17 501 51 113
Binary 11011010 10100110 11001000 0 11000 1000 1111 101000001 101001 1001011

Color Harmonies of #DAA6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA6C8

Black with #DAA6C8

Text Example


Text Example

White with #DAA6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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