Html Css Color HEX #DCAAC9 Maverick

📋 copy color: '#DCAAC9'

red 220 ◦ green 170 ◦ blue 201

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

Shades of Maverick #DCAAC9

Tints of Maverick #DCAAC9

RGB

 RED value IS 220 (86.33% from 255) = 37.23%

 GREEN value IS 170 (66.8% from 255) = 28.76%

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

R = 37.23%
G = 28.76%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCAAC9 (or 0xDCAAC9) is known color: Maverick. HEX triplet: DC, AA and C9. RGB value is (220,170,201). Sum of RGB (Red+Green+Blue) = 220+170+201=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAC9 is #235536. Grayscale: #BCBCBC. Windows color (decimal): -2315575 or 13216476. OLE color: 13216476.

HSL color Cylindrical-coordinate representation of color #DCAAC9: hue angle of 322.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAC9 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 201 -
CMYK 0 0.23 0.09 0.14
HSL 322.8º 0.42% 0.76% -
HSV(B) 322.8º 0.23% 0.86% -
XYZ 54.43 48.18 61.69 -
YUV 188.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 220 170 201 0 0.23 0.09 0.14 322.8 0.42 0.76
Hex DC AA C9 0 17 9 E 143 2A 4C
Octal 334 252 311 0 27 11 16 503 52 114
Binary 11011100 10101010 11001001 0 10111 1001 1110 101000011 101010 1001100

Color Harmonies of #DCAAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAC9

Black with #DCAAC9

Text Example


Text Example

White with #DCAAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAC9; }

 p { color: rgb(220,170,201); }

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

background-color css

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

 a { background-color: rgb(220,170,201); }

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

border-color css

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

 span { border-color: rgb(220,170,201); }

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