Html Css Color HEX #DAA7C5 Maverick

📋 copy color: '#DAA7C5'

red 218 ◦ green 167 ◦ blue 197

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

Shades of Maverick #DAA7C5

Tints of Maverick #DAA7C5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.69%

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

R = 37.46%
G = 28.69%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DAA7C5 (or 0xDAA7C5) is known color: Maverick. HEX triplet: DA, A7 and C5. RGB value is (218,167,197). Sum of RGB (Red+Green+Blue) = 218+167+197=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7C5 is #25583A. Grayscale: #B9B9B9. Windows color (decimal): -2447419 or 12953562. OLE color: 12953562.

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

Color convert

RGB 218 167 197 -
CMYK 0 0.23 0.10 0.15
HSL 324.71º 0.41% 0.75% -
HSV(B) 324.71º 0.23% 0.85% -
XYZ 52.81 46.57 59.03 -
YUV 185.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 218 167 197 0 0.23 0.10 0.15 324.71 0.41 0.75
Hex DA A7 C5 0 17 A F 145 29 4B
Octal 332 247 305 0 27 12 17 505 51 113
Binary 11011010 10100111 11000101 0 10111 1010 1111 101000101 101001 1001011

Color Harmonies of #DAA7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7C5

Black with #DAA7C5

Text Example


Text Example

White with #DAA7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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