Html Css Color HEX #DCA6C9 Maverick

📋 copy color: '#DCA6C9'

red 220 ◦ green 166 ◦ blue 201

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

Shades of Maverick #DCA6C9

Tints of Maverick #DCA6C9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.28%

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

R = 37.48%
G = 28.28%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCA6C9 (or 0xDCA6C9) is known color: Maverick. HEX triplet: DC, A6 and C9. RGB value is (220,166,201). Sum of RGB (Red+Green+Blue) = 220+166+201=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6C9 is #235936. Grayscale: #BABABA. Windows color (decimal): -2316599 or 13215452. OLE color: 13215452.

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

Color convert

RGB 220 166 201 -
CMYK 0 0.25 0.09 0.14
HSL 321.11º 0.44% 0.76% -
HSV(B) 321.11º 0.25% 0.86% -
XYZ 53.69 46.71 61.44 -
YUV 186.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 220 166 201 0 0.25 0.09 0.14 321.11 0.44 0.76
Hex DC A6 C9 0 19 9 E 141 2C 4C
Octal 334 246 311 0 31 11 16 501 54 114
Binary 11011100 10100110 11001001 0 11001 1001 1110 101000001 101100 1001100

Color Harmonies of #DCA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6C9

Black with #DCA6C9

Text Example


Text Example

White with #DCA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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