Html Css Color HEX #DAA9C9 Maverick

📋 copy color: '#DAA9C9'

red 218 ◦ green 169 ◦ blue 201

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

Shades of Maverick #DAA9C9

Tints of Maverick #DAA9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.18%

R = 37.07%
G = 28.74%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAA9C9 (or 0xDAA9C9) is known color: Maverick. HEX triplet: DA, A9 and C9. RGB value is (218,169,201). Sum of RGB (Red+Green+Blue) = 218+169+201=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C9 is #255636. Grayscale: #BBBBBB. Windows color (decimal): -2446903 or 13216218. OLE color: 13216218.

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

Color convert

RGB 218 169 201 -
CMYK 0 0.22 0.08 0.15
HSL 320.82º 0.4% 0.76% -
HSV(B) 320.82º 0.22% 0.85% -
XYZ 53.64 47.5 61.6 -
YUV 187.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 218 169 201 0 0.22 0.08 0.15 320.82 0.4 0.76
Hex DA A9 C9 0 16 8 F 141 28 4C
Octal 332 251 311 0 26 10 17 501 50 114
Binary 11011010 10101001 11001001 0 10110 1000 1111 101000001 101000 1001100

Color Harmonies of #DAA9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9C9

Black with #DAA9C9

Text Example


Text Example

White with #DAA9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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