Html Css Color HEX #DAA0C8 Maverick

📋 copy color: '#DAA0C8'

red 218 ◦ green 160 ◦ blue 200

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

Shades of Maverick #DAA0C8

Tints of Maverick #DAA0C8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.68%

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

R = 37.72%
G = 27.68%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAA0C8 (or 0xDAA0C8) is known color: Maverick. HEX triplet: DA, A0 and C8. RGB value is (218,160,200). Sum of RGB (Red+Green+Blue) = 218+160+200=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0C8 is #255F37. Grayscale: #B5B5B5. Windows color (decimal): -2449208 or 13148378. OLE color: 13148378.

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

Color convert

RGB 218 160 200 -
CMYK 0 0.27 0.08 0.15
HSL 318.62º 0.44% 0.74% -
HSV(B) 318.62º 0.27% 0.85% -
XYZ 51.91 44.22 60.44 -
YUV 181.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 218 160 200 0 0.27 0.08 0.15 318.62 0.44 0.74
Hex DA A0 C8 0 1B 8 F 13F 2C 4A
Octal 332 240 310 0 33 10 17 477 54 112
Binary 11011010 10100000 11001000 0 11011 1000 1111 100111111 101100 1001010

Color Harmonies of #DAA0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0C8

Black with #DAA0C8

Text Example


Text Example

White with #DAA0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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