Html Css Color HEX #DAA9C5 Maverick

📋 copy color: '#DAA9C5'

red 218 ◦ green 169 ◦ blue 197

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

Shades of Maverick #DAA9C5

Tints of Maverick #DAA9C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.73%

R = 37.33%
G = 28.94%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DAA9C5 (or 0xDAA9C5) is known color: Maverick. HEX triplet: DA, A9 and C5. RGB value is (218,169,197). Sum of RGB (Red+Green+Blue) = 218+169+197=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C5 is #25563A. Grayscale: #BABABA. Windows color (decimal): -2446907 or 12954074. OLE color: 12954074.

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

Color convert

RGB 218 169 197 -
CMYK 0 0.22 0.10 0.15
HSL 325.71º 0.4% 0.76% -
HSV(B) 325.71º 0.22% 0.85% -
XYZ 53.18 47.31 59.15 -
YUV 186.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 218 169 197 0 0.22 0.10 0.15 325.71 0.4 0.76
Hex DA A9 C5 0 16 A F 146 28 4C
Octal 332 251 305 0 26 12 17 506 50 114
Binary 11011010 10101001 11000101 0 10110 1010 1111 101000110 101000 1001100

Color Harmonies of #DAA9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9C5

Black with #DAA9C5

Text Example


Text Example

White with #DAA9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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