Html Css Color HEX #DAA9CA Maverick

📋 copy color: '#DAA9CA'

red 218 ◦ green 169 ◦ blue 202

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

Shades of Maverick #DAA9CA

Tints of Maverick #DAA9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 37.01%
G = 28.69%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAA9CA (or 0xDAA9CA) is known color: Maverick. HEX triplet: DA, A9 and CA. RGB value is (218,169,202). Sum of RGB (Red+Green+Blue) = 218+169+202=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9CA is #255635. Grayscale: #BBBBBB. Windows color (decimal): -2446902 or 13281754. OLE color: 13281754.

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

Color convert

RGB 218 169 202 -
CMYK 0 0.22 0.07 0.15
HSL 319.59º 0.4% 0.76% -
HSV(B) 319.59º 0.22% 0.85% -
XYZ 53.76 47.55 62.22 -
YUV 187.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 218 169 202 0 0.22 0.07 0.15 319.59 0.4 0.76
Hex DA A9 CA 0 16 7 F 140 28 4C
Octal 332 251 312 0 26 7 17 500 50 114
Binary 11011010 10101001 11001010 0 10110 111 1111 101000000 101000 1001100

Color Harmonies of #DAA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9CA

Black with #DAA9CA

Text Example


Text Example

White with #DAA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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