#DCA7C8

Color #DCA7C8 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #DCA7C8

Tints of Maverick #DCA7C8

Color information

#DCA7C8 (or 0xDCA7C8) is unknown color: approx Maverick. HEX triplet: DC, A7 and C8. RGB value is (220,167,200). Sum of RGB (Red+Green+Blue) = 220+167+200=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7C8 is #235837. Grayscale: #BABABA. Windows color (decimal): -2316344 or 13150172. OLE color: 13150172.

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

Color convert

RGB220167200-
CMYK00.240.090.14
HSL322.64º43.09%75.88%-
HSV(B)322.64º24.09%86.27%-
XYZ53.7647.0260.89-
YUV186.61135.56151.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 167 (65.62% from 255) = 28.45%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=37.48%
G=28.45%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016720000.240.090.14322.6443.0975.88
HexDCA7C80189E1432b4c
Octal334247310030111650353114
Binary110111001010011111001000011000100111101010000111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7C8; }

 p { color: rgb(220,167,200); }

 H1.HeaderClassName
 {
   color: #DCA7C8;
 }
 .AnyTagClassName
 {
   color: #DCA7C8;
 }
</style>
background-color css

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

 a { background-color: rgb(220,167,200); }

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

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

 span { border-color: rgb(220,167,200); }

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