#dca8c8

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

Shades of Maverick #DCA8C8

Tints of Maverick #DCA8C8

Color information

#DCA8C8 (or 0xDCA8C8) is unknown color: approx Maverick. HEX triplet: DC, A8 and C8. RGB value is (220,168,200). Sum of RGB (Red+Green+Blue) = 220+168+200=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8C8 is #235737. Grayscale: #BBBBBB. Windows color (decimal): -2316088 or 13150428. OLE color: 13150428.

HSL color Cylindrical-coordinate representation of color #DCA8C8: hue angle of 323.08º 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 #DCA8C8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220168200-
CMYK00.240.090.14
HSL323.08º42.62%76.08%-
HSV(B)323.08º23.64%86.27%-
XYZ53.9447.3960.95-
YUV187.2135.23151.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=37.41%
G=28.57%
B=34.01%

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
Decimal22016820000.240.090.14323.0842.6276.08
HexDCA8C80189E1432b4c
Octal334250310030111650353114
Binary110111001010100011001000011000100111101010000111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dca8c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dca8c8; }

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

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

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

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

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

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

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

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