#DCAACB

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

Shades of Maverick #DCAACB

Tints of Maverick #DCAACB

Color information

#DCAACB (or 0xDCAACB) is unknown color: approx Maverick. HEX triplet: DC, AA and CB. RGB value is (220,170,203). Sum of RGB (Red+Green+Blue) = 220+170+203=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAACB is #235534. Grayscale: #BCBCBC. Windows color (decimal): -2315573 or 13347548. OLE color: 13347548.

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

Color convert

RGB220170203-
CMYK00.230.080.14
HSL320.4º41.67%76.47%-
HSV(B)320.4º22.73%86.27%-
XYZ54.6748.2862.94-
YUV188.71136.06150.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=37.10%
G=28.67%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017020300.230.080.14320.441.6776.47
HexDCAACB0178E1402a4c
Octal334252313027101650052114
Binary110111001010101011001011010111100011101010000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAACB; }

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

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

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

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

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

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

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

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