Html Css Color HEX #DAA3C7 Maverick

📋 copy color: '#DAA3C7'

red 218 ◦ green 163 ◦ blue 199

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

Shades of Maverick #DAA3C7

Tints of Maverick #DAA3C7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.1%

 BLUE value IS 199 (78.13% from 255) = 34.31%

R = 37.59%
G = 28.1%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DAA3C7 (or 0xDAA3C7) is known color: Maverick. HEX triplet: DA, A3 and C7. RGB value is (218,163,199). Sum of RGB (Red+Green+Blue) = 218+163+199=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA3C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3C7 is #255C38. Grayscale: #B7B7B7. Windows color (decimal): -2448441 or 13083610. OLE color: 13083610.

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

Color convert

RGB 218 163 199 -
CMYK 0 0.25 0.09 0.15
HSL 320.73º 0.43% 0.75% -
HSV(B) 320.73º 0.25% 0.85% -
XYZ 52.32 45.22 60 -
YUV 183.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 218 163 199 0 0.25 0.09 0.15 320.73 0.43 0.75
Hex DA A3 C7 0 19 9 F 141 2B 4B
Octal 332 243 307 0 31 11 17 501 53 113
Binary 11011010 10100011 11000111 0 11001 1001 1111 101000001 101011 1001011

Color Harmonies of #DAA3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3C7

Black with #DAA3C7

Text Example


Text Example

White with #DAA3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3C7; }

 p { color: rgb(218,163,199); }

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

background-color css

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

 a { background-color: rgb(218,163,199); }

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

border-color css

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

 span { border-color: rgb(218,163,199); }

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