Html Css Color HEX #DAA8C8 Maverick

📋 copy color: '#DAA8C8'

red 218 ◦ green 168 ◦ blue 200

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

Shades of Maverick #DAA8C8

Tints of Maverick #DAA8C8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.67%

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

R = 37.2%
G = 28.67%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAA8C8 (or 0xDAA8C8) is known color: Maverick. HEX triplet: DA, A8 and C8. RGB value is (218,168,200). Sum of RGB (Red+Green+Blue) = 218+168+200=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8C8 is #255737. Grayscale: #BABABA. Windows color (decimal): -2447160 or 13150426. OLE color: 13150426.

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

Color convert

RGB 218 168 200 -
CMYK 0 0.23 0.08 0.15
HSL 321.6º 0.4% 0.76% -
HSV(B) 321.6º 0.23% 0.85% -
XYZ 53.34 47.08 60.92 -
YUV 186.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 218 168 200 0 0.23 0.08 0.15 321.6 0.4 0.76
Hex DA A8 C8 0 17 8 F 142 28 4C
Octal 332 250 310 0 27 10 17 502 50 114
Binary 11011010 10101000 11001000 0 10111 1000 1111 101000010 101000 1001100

Color Harmonies of #DAA8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA8C8

Black with #DAA8C8

Text Example


Text Example

White with #DAA8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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